aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gnutella.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-gnutella.c')
-rw-r--r--epan/dissectors/packet-gnutella.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-gnutella.c b/epan/dissectors/packet-gnutella.c
index f3c8d7bd87..76b416e2b4 100644
--- a/epan/dissectors/packet-gnutella.c
+++ b/epan/dissectors/packet-gnutella.c
@@ -750,5 +750,5 @@ void proto_reg_handoff_gnutella(void) {
gnutella_handle = create_dissector_handle(dissect_gnutella,
proto_gnutella);
- dissector_add("tcp.port", GNUTELLA_TCP_PORT, gnutella_handle);
+ dissector_add_uint("tcp.port", GNUTELLA_TCP_PORT, gnutella_handle);
}