wireshark/plugins
Guy Harris 25c4bc9379 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).

svn path=/trunk/; revision=15758
2005-09-11 21:25:37 +00:00
..
acn After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
agentx After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
artnet After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
asn1 convert to g_snprintf() 2005-09-01 19:05:00 +00:00
ciscosm various code cleanup: 2005-08-08 18:50:39 +00:00
docsis various code cleanup: 2005-08-08 18:50:39 +00:00
enttec After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
giop Parlay re-generated with the updated idl2eth generator. 2005-08-31 20:25:48 +00:00
gryphon More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00
irda Make sure we initialize our iap_conv struct _before_ we go digging 2005-08-09 14:38:11 +00:00
lwres snprintf -> g_snprintf 2005-08-17 23:10:28 +00:00
mate EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
megaco Break out of another infinite loop. Fixes bug 293. 2005-07-24 21:02:40 +00:00
mgcp EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! 2005-08-24 21:31:56 +00:00
opsi Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
pcli After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
profinet Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
rdm After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
rlm various code cleanup: 2005-08-08 18:50:39 +00:00
rtnet In RTnet, make sure we don't pass a null handle to call_dissector(). Add 2005-09-02 19:54:16 +00:00
rudp After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
stats_tree More char -> const char warning fixes. 2005-08-05 20:59:08 +00:00
v5ua various code cleanup: 2005-08-08 18:50:39 +00:00
xml fix probable copy and paste error, as the xml dissector should be named xml and not mate 2005-08-31 23:52:40 +00:00
Makefile.am Let's migrate the xml dissector... 2005-09-08 21:18:58 +00:00
Makefile.nmake Let's migrate the xml dissector... 2005-09-08 21:18:58 +00:00