aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-osi-options.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-05-24 15:11:26 -0400
committerMichael Mann <mmann78@netscape.net>2015-05-25 04:19:18 +0000
commitf3ce5d2b4b1120ad8c4ebb83037233daa55548fc (patch)
treecd095405be8ea4d7bf46463833dd665b383617d1 /epan/dissectors/packet-osi-options.h
parent82bd00a5e5c3149a4f699ab8a4091440c16cb7ff (diff)
Remove proto_tree_add_text from packet-osi-options.c and packet-esis.c
Change-Id: Ifb404f5bab58d06d7e1f0106f284c7ae9858a502 Reviewed-on: https://code.wireshark.org/review/8617 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-osi-options.h')
-rw-r--r--epan/dissectors/packet-osi-options.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-osi-options.h b/epan/dissectors/packet-osi-options.h
index da9d7dea6c..cc8cf43602 100644
--- a/epan/dissectors/packet-osi-options.h
+++ b/epan/dissectors/packet-osi-options.h
@@ -28,8 +28,7 @@
/*
* published API functions
*/
-extern void dissect_osi_options( guchar, tvbuff_t *, int,
- proto_tree *);
+extern void dissect_osi_options( guchar, tvbuff_t *, int, proto_tree *, packet_info *);
extern void proto_register_osi_options(void);
#endif /* _PACKET_OSI_OPTIONS_H__ */