aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ip_opts.h
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-20 16:22:51 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2010-06-20 16:22:51 +0000
commite9b73a01cb1ff322e17f871ac557a9b2bf7ecba2 (patch)
tree1041241ef6661b0cd07b32643e0be8026e491b7a /epan/ip_opts.h
parent185a10a2c863d19b46d704806e63e9ca5fef4242 (diff)
Added an expert info for "4 NOP in a row" in IP and TCP.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33265 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/ip_opts.h')
-rw-r--r--epan/ip_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ip_opts.h b/epan/ip_opts.h
index cf233466b2..be1c55c572 100644
--- a/epan/ip_opts.h
+++ b/epan/ip_opts.h
@@ -48,7 +48,7 @@ typedef struct ip_tcp_opt {
length field in the option, if present, includes the type and
length bytes. */
extern void dissect_ip_tcp_options(tvbuff_t *, int, guint,
- const ip_tcp_opt *, int, int, packet_info *, proto_tree *);
+ const ip_tcp_opt *, int, int, packet_info *, proto_tree *, proto_item *);
/* Routine to dissect options that work like IPv6 options, where the
length field in the option, if present, includes only the data, not