wireshark/plugins/opsi
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
..
AUTHORS
COPYING
ChangeLog
Makefile.am After doing "make maintainer-clean", "svn status --no-ignore | grep ^I" 2005-07-10 08:04:27 +00:00
Makefile.nmake Preparations for dropping the old plugin api. 2005-03-05 06:28:10 +00:00
moduleinfo.h
packet-opsi.c Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32, 2005-09-11 21:25:37 +00:00
packet-opsi.h More 'char*' -> 'const char*' changes to fix warnings. 2005-07-23 11:41:25 +00:00