Ethereal-cvs: [Ethereal-cvs] rev 15758: /trunk/epan/dissectors/: packet-aodv.c packet-arp.c pa
User: guy
Date: 2005/09/11 04:25 PM
Log:
Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,
and that extract IPv6 addresses into a "struct e_in6_addr", with
tvb_get_ipv4() and tvb_get_ipv6() calls - except for some that we
remove, by using proto_tree_add_item(), rather than replacing.
Have epan/tvbuff.h include epan/ipv6-utils.h, to define "struct
e_in6_addr" (not necessary to declare the tvbuff routines, but including
it there means "struct e_in6_addr" is guaranteed to be defined before
those declarations, so we don't get compiler complaints if we define it
*after* those declarations).
Directory: /trunk/epan/dissectors/
Changes Path Action
+12 -13 packet-aodv.c Modified
+2 -2 packet-arp.c Modified
+2 -2 packet-auto_rp.c Modified
+3 -3 packet-bgp.c Modified
+1 -1 packet-bootp.c Modified
+2 -2 packet-cdp.c Modified
+1 -1 packet-chdlc.c Modified
+7 -6 packet-cops.c Modified
+13 -14 packet-dhcpv6.c Modified
+0 -1 packet-dns.c Modified
+4 -5 packet-gsm_a.c Modified
+22 -22 packet-gtp.c Modified
+1 -1 packet-h225.c Modified
+3 -3 packet-h245.c Modified
+1 -1 packet-h245.h Modified
+5 -5 packet-icmpv6.c Modified
+1 -1 packet-igmp.c Modified
+2 -4 packet-ip.c Modified
+2 -3 packet-isakmp.c Modified
+1 -1 packet-isis-lsp.c Modified
+2 -3 packet-isup.c Modified
+1 -1 packet-ldp.c Modified
+2 -2 packet-manolito.c Modified
+1 -3 packet-msdp.c Modified
+2 -2 packet-msnip.c Modified
+2 -2 packet-msproxy.c Modified
+1 -1 packet-nbns.c Modified
+18 -36 packet-netflow.c Modified
+4 -9 packet-nsip.c Modified
+1 -1 packet-ntp.c Modified
+12 -37 packet-olsr.c Modified
+1 -1 packet-quake3.c Modified
+2 -2 packet-skinny.c Modified
+2 -3 packet-socks.c Modified
+26 -16 packet-teredo.c Modified
+3 -3 packet-uma.c Modified
+1 -1 packet-wccp.c Modified
+4 -5 packet-wsp.c Modified
Directory: /trunk/epan/
Changes Path Action
+0 -1 addr_and_mask.c Modified
+0 -1 packet.c Modified
+0 -1 proto.c Modified
+0 -1 tvbuff.c Modified
+1 -0 tvbuff.h Modified
Directory: /trunk/asn1/h225/
Changes Path Action
+1 -1 h225.cnf Modified
Directory: /trunk/asn1/h245/
Changes Path Action
+3 -3 h245.cnf Modified
Directory: /trunk/plugins/opsi/
Changes Path Action
+1 -1 packet-opsi.c Modified
Directory: /trunk/plugins/profinet/
Changes Path Action
+1 -1 packet-pn-dcp.c Modified
http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15758&view=rev