aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-q933.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-11-08 21:08:52 -0500
committerEvan Huus <eapache@gmail.com>2014-11-09 13:56:37 +0000
commitf7ac077630689d917e61aa7972f708fd45ce267b (patch)
tree530eece6fe465428ab8f9c7cbc25f9db356242ff /epan/dissectors/packet-q933.c
parent8153cbc56e0206f48c910c79b739e435a38e2b47 (diff)
Create a subdissector table for juniper payload protocols.
Change-Id: I60fd9c6c486b9b3b90e32fb9ccce3973569cc2ee Reviewed-on: https://code.wireshark.org/review/5204 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-q933.c')
-rw-r--r--epan/dissectors/packet-q933.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-q933.c b/epan/dissectors/packet-q933.c
index 88d96f3160..78fa31cca4 100644
--- a/epan/dissectors/packet-q933.c
+++ b/epan/dissectors/packet-q933.c
@@ -28,6 +28,7 @@
#include <epan/expert.h>
#include <epan/strutil.h>
#include <epan/nlpid.h>
+#include "packet-juniper.h"
void proto_register_q933(void);
void proto_reg_handoff_q933(void);
@@ -2245,6 +2246,7 @@ proto_reg_handoff_q933(void)
q933_handle = find_dissector("q933");
dissector_add_uint("fr.osinl", NLPID_Q_933, q933_handle);
+ dissector_add_uint("juniper.proto", JUNIPER_PROTO_Q933, q933_handle);
}
/*