chiark / gitweb /
Remove crufty old CVS $Id$ markers.
[tripe] / wireshark / packet-tripe.c
index 798ccd9e820d415e9442862913fb357436f669db..d9e3ef148c804928d37ed7dd145c9784ff4bd057 100644 (file)
@@ -1,6 +1,4 @@
 /* -*-c-*-
- *
- * $Id$
  *
  * TrIPE protocol dissector for Wireshark
  *
@@ -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)