aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-osi-options.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2013-12-22 18:18:12 +0000
committerMichael Mann <mmann78@netscape.net>2013-12-22 18:18:12 +0000
commit89786cc8c764737f8681abd406dfaa4ffdb4f561 (patch)
treed050a14fcc847bb01fb03c4a0dacb3e83bcdc3b0 /epan/dissectors/packet-osi-options.c
parent302a4cf1c053e789e6b3ad0ec0863d9843350f7c (diff)
Overhaul the ISIS dissectors
1. Make real dissectors and call dissector_try_uint_new for each "isis.type" 2. Use make_register script for dissector initialization 3. Replace isis_dissect_unknown() with real expert info 4. Use convert_proto_tree_add_text.pl to make many more filterable items and gets some files off of the checkAPIs.pl naughty list. 5. Remove (now unnecessary) dissector specific header files 6. Do some reordering of functions to eliminate the need for function declarations. Additional whitespace formatting and modelines should probably be applied to all of these dissectors. Used capture files from bug 5354 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5354) and bug 1792 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1792) for fuzztesting. svn path=/trunk/; revision=54367
Diffstat (limited to 'epan/dissectors/packet-osi-options.c')
-rw-r--r--epan/dissectors/packet-osi-options.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/dissectors/packet-osi-options.c b/epan/dissectors/packet-osi-options.c
index 137499205f..03210e32f1 100644
--- a/epan/dissectors/packet-osi-options.c
+++ b/epan/dissectors/packet-osi-options.c
@@ -31,13 +31,11 @@
#include <glib.h>
#include <epan/packet.h>
+#include <epan/expert.h>
#include <epan/nlpid.h>
#include "packet-osi.h"
#include "packet-isis.h"
#include "packet-isis-clv.h"
-#include "packet-isis-hello.h"
-#include "packet-isis-lsp.h"
-#include "packet-isis-snp.h"
#include "packet-esis.h"
#include "packet-osi-options.h"