aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h245.c
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-26 04:51:08 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-26 04:51:08 +0000
commitf8fb7bd72d1a3cc6a029f711bc04be5909161adf (patch)
tree1010c5bcb9d9c92756a6f4866e4f4e5976a93fbf /packet-h245.c
parent4c0df5454744f19cd4d1a3117d03957836678211 (diff)
Updates to the MEGACO plugin so that it will call the H.245 dissector for some
instancews where megaco encapsulates h.245 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8087 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-h245.c')
-rw-r--r--packet-h245.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/packet-h245.c b/packet-h245.c
index 2d2c4941ae..57228d38a2 100644
--- a/packet-h245.c
+++ b/packet-h245.c
@@ -48,7 +48,7 @@ All in all a lot of work.
* with great support with testing and providing capturefiles
* from Martin Regner
*
- * $Id: packet-h245.c,v 1.24 2003/07/19 10:25:44 sahlberg Exp $
+ * $Id: packet-h245.c,v 1.25 2003/07/26 04:51:07 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -86,7 +86,7 @@ All in all a lot of work.
static dissector_handle_t h245_handle;
static dissector_handle_t MultimediaSystemControlMessage_handle;
-static int proto_h245 = -1;
+static int proto_h245 = -1; /* h245 over tpkt */
static int hf_h245_rfc_number = -1;
static int hf_h245_pdu_type = -1;
static int hf_h245_DialingInformationNumber_networkAddress = -1;
@@ -22229,6 +22229,7 @@ proto_register_h245(void)
"Reassemble H.245 over TCP",
"Whether the dissector should reassemble H.245 PDUs spanning multiple TCP segments",
&h245_reassembly);
+ register_dissector("h245dg", dissect_h245_MultimediaSystemControlMessage, proto_h245);
}
void