X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/e04c2d50fd96f3f31bc96851c55c6efecc10469c..6b5b24f47cfccdc44f38325157b543d9d7e7df11:/wireshark/packet-tripe.c diff --git a/wireshark/packet-tripe.c b/wireshark/packet-tripe.c index 798ccd9e..d9e3ef14 100644 --- a/wireshark/packet-tripe.c +++ b/wireshark/packet-tripe.c @@ -1,7 +1,5 @@ /* -*-c-*- * - * $Id$ - * * TrIPE protocol dissector for Wireshark * * (c) 2003 Straylight/Edgeware @@ -468,7 +466,7 @@ void proto_reg_handoff_tripe(void) dissector_handle_t dh; dh = create_dissector_handle(dissect_tripe, proto_tripe); - dissector_add("udp.port", 22003, dh); + dissector_add("udp.port", TRIPE_PORT, dh); } G_MODULE_EXPORT void plugin_reg_handoff(void)