aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-linx.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2011-06-24 19:57:14 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2011-06-24 19:57:14 +0000
commiteaa3542ae74d35636d7b1ad07c76e43074b87990 (patch)
tree5245c5a6f48eb10dfbf5a5d5a3a3e6fc19b684a8 /epan/dissectors/packet-linx.c
parentc9809b51dce0e20ef66d181008c4e78a59669df5 (diff)
Update the dissector_add call to use the current API.
svn path=/trunk/; revision=37782
Diffstat (limited to 'epan/dissectors/packet-linx.c')
-rw-r--r--epan/dissectors/packet-linx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-linx.c b/epan/dissectors/packet-linx.c
index 6e503065db..09a1e3cea5 100644
--- a/epan/dissectors/packet-linx.c
+++ b/epan/dissectors/packet-linx.c
@@ -1048,5 +1048,5 @@ proto_reg_handoff_linx_tcp(void)
{
dissector_handle_t linx_tcp_handle;
linx_tcp_handle = create_dissector_handle(dissect_linx_tcp, proto_linx_tcp);
- dissector_add("tcp.port", TCP_PORT_LINX, linx_tcp_handle);
+ dissector_add_uint("tcp.port", TCP_PORT_LINX, linx_tcp_handle);
}