aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-vines.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-12-19 21:43:53 -0500
committerMichael Mann <mmann78@netscape.net>2015-12-20 05:07:04 +0000
commit7e0ec2c8eb3c88e70992dc40b130c76177b83a30 (patch)
tree6444ee7bd13e3c29a4bdbff2243d9bd5289aa175 /epan/dissectors/packet-vines.c
parentf1e07c4d6072c8e0fc127de2488090cdffcde43d (diff)
Create capture dissector table for LLC non-snap dissectors.
Change-Id: I37602d0e2148150b55b2812855bccf2f181d31b8 Reviewed-on: https://code.wireshark.org/review/12737 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-vines.c')
-rw-r--r--epan/dissectors/packet-vines.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vines.c b/epan/dissectors/packet-vines.c
index 44b2cf4c38..7cafb52b2c 100644
--- a/epan/dissectors/packet-vines.c
+++ b/epan/dissectors/packet-vines.c
@@ -84,7 +84,6 @@
#include <epan/packet.h>
#include <epan/capture_dissectors.h>
-#include "packet-vines.h"
#include <epan/etypes.h>
#include <epan/ppptypes.h>
#include <epan/ipproto.h>
@@ -2022,6 +2021,8 @@ proto_reg_handoff_vines_icp(void)
register_capture_dissector("ppp_hdlc", PPP_VINES, capture_vines, proto_vines_echo);
register_capture_dissector("ip.proto", PPP_VINES, capture_vines, proto_vines_echo);
register_capture_dissector("ipv6.nxt", PPP_VINES, capture_vines, proto_vines_echo);
+ register_capture_dissector("llc.dsap", SAP_VINES1, capture_vines, proto_vines_echo);
+ register_capture_dissector("llc.dsap", SAP_VINES2, capture_vines, proto_vines_echo);
}
/*