summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-q931.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-02-13 15:59:36 -0800
committerGuy Harris <guy@alum.mit.edu>2016-02-14 00:00:07 +0000
commitc3d8ac6d9bfaf4fdfb3aaeb9481bdd80185a5c66 (patch)
tree7f5c6bc1baa31ea939ccbfc69123ac0b49d714b4 /epan/dissectors/packet-q931.c
parent2e85975feee4304ebc3e47c3b03653094b839b6c (diff)
downloadwireshark-c3d8ac6d9bfaf4fdfb3aaeb9481bdd80185a5c66.tar.gz
Register Q.931 in the osinl.incl dissector table.
Have the Frame Relay dissector first check the fr.osinl table and then the osinl.incl table, so that it finds Q.933 rather than Q.931 for an NLPID of 0x08. Change-Id: I1582482003c2ff96100f6c3e1eb77917ab04c9ee Reviewed-on: https://code.wireshark.org/review/13929 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'epan/dissectors/packet-q931.c')
-rw-r--r--epan/dissectors/packet-q931.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-q931.c b/epan/dissectors/packet-q931.c
index 7a48dfc443..b4a02ae21b 100644
--- a/epan/dissectors/packet-q931.c
+++ b/epan/dissectors/packet-q931.c
@@ -4002,6 +4002,7 @@ proto_reg_handoff_q931(void)
{
dissector_add_uint("lapd.sapi", LAPD_SAPI_Q931, q931_handle);
dissector_add_uint("sctp.ppi", H323_PAYLOAD_PROTOCOL_ID, q931_over_ip_handle);
+ dissector_add_uint("osinl.incl", NLPID_Q_931, q931_handle);
/*
* Attempt to get a handle for the H.225 dissector.