summaryrefslogtreecommitdiff
path: root/epan/ip_opts.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-06-30 03:16:32 +0000
committerMichael Mann <mmann78@netscape.net>2013-06-30 03:16:32 +0000
commit4d18fdf67df570584d1812e3b6c4ef61acdbc31b (patch)
treea1d3f9ec4758714b08dcb42b62c50328e265899b /epan/ip_opts.h
parentb6adc8798d16840424a69b0510b4d028a1489195 (diff)
downloadwireshark-4d18fdf67df570584d1812e3b6c4ef61acdbc31b.tar.gz
Add expert info to dissect_ip_tcp_options(). The proto_tree_add_text seems a bit duplicative, but the byte highlighting over the whole option is nice.
svn path=/trunk/; revision=50248
Diffstat (limited to 'epan/ip_opts.h')
-rw-r--r--epan/ip_opts.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/ip_opts.h b/epan/ip_opts.h
index cbfa2958c1..1c7132b3f3 100644
--- a/epan/ip_opts.h
+++ b/epan/ip_opts.h
@@ -65,7 +65,8 @@ typedef struct ip_tcp_opt_type {
length field in the option, if present, includes the type and
length bytes. */
extern void dissect_ip_tcp_options(tvbuff_t *tvb, int offset, guint length,
- const ip_tcp_opt *opttab, int nopts, int eol, ip_tcp_opt_type* opttypes,
+ const ip_tcp_opt *opttab, int nopts, int eol,
+ ip_tcp_opt_type* opttypes, expert_field* ei_bad,
packet_info *pinfo, proto_tree *opt_tree,
proto_item *opt_item, void * data);