aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x2ap.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-05 21:46:23 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2008-11-05 21:46:23 +0000
commit48dd55bf7704dccc79f3d582c0609fe1649a6523 (patch)
tree75fb1c95b55b9923eeff483ccc87f216e698eac7 /epan/dissectors/packet-x2ap.c
parenta7dc1ecd25710d211339ffadf63d57591ef4472a (diff)
Regenerated .c files for asn1 changes commited in SVN #26703
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26704 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-x2ap.c')
-rw-r--r--epan/dissectors/packet-x2ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-x2ap.c b/epan/dissectors/packet-x2ap.c
index acc2356890..2ba561c5da 100644
--- a/epan/dissectors/packet-x2ap.c
+++ b/epan/dissectors/packet-x2ap.c
@@ -3839,7 +3839,7 @@ proto_reg_handoff_x2ap(void)
dissector_handle_t x2ap_handle;
x2ap_handle = find_dissector("x2ap");
- dissector_add("sctp.port", 0, x2ap_handle);
+ dissector_add_handle("sctp.port", x2ap_handle); /* for "decode-as" */
/*--- Included file: packet-x2ap-dis-tab.c ---*/