aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248/packet-h248-template.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-03-27 22:56:07 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-03-27 22:56:07 +0000
commit8c6ad121d8f9680a1a0042eb156ecd8df389e4f0 (patch)
treea94e347d03a29d6e1c1985626a6eebe6c50ceab2 /asn1/h248/packet-h248-template.c
parentab8f589336e61170090c0ac07eb266a295f3bdfb (diff)
megaco
- replace #pragma for #include - move register function and remove prototype h248 - have dissector being called through megaco instead of registering to the same sctp.ppi svn path=/trunk/; revision=21234
Diffstat (limited to 'asn1/h248/packet-h248-template.c')
-rw-r--r--asn1/h248/packet-h248-template.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index 554bda9d95..b9fef3fe5f 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -1369,7 +1369,6 @@ void proto_reg_handoff_h248(void) {
h248_tpkt_handle = find_dissector("h248.tpkt");
dissector_add("mtp3.service_indicator", GATEWAY_CONTROL_PROTOCOL_USER_ID, h248_handle);
- dissector_add("sctp.ppi", H248_PAYLOAD_PROTOCOL_ID, h248_handle);
dissector_add("udp.port", udp_port, h248_handle);
dissector_add("tcp.port", tcp_port, h248_tpkt_handle);
}