aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
diff options
context:
space:
mode:
authormmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-01 01:57:18 +0000
committermmann <mmann@f5534014-38df-0310-8fa8-9805f1628bb7>2012-08-01 01:57:18 +0000
commita4c9136bc9d3ae4aa5c12fee357f39789e22e3b1 (patch)
tree038d24e6820d6fd3b71172a79619dc366273a8de /epan/dissectors/packet-jxta.c
parentcdd975ea1563caa4a5bc40880e72e1154e837807 (diff)
updated more display filters per checkfiltername.pl
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44178 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-jxta.c')
-rw-r--r--epan/dissectors/packet-jxta.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-jxta.c b/epan/dissectors/packet-jxta.c
index 597489d61e..fd49ac4957 100644
--- a/epan/dissectors/packet-jxta.c
+++ b/epan/dissectors/packet-jxta.c
@@ -2056,15 +2056,15 @@ void proto_register_jxta(void)
/** our header fields */
static hf_register_info hf[] = {
{&hf_uri_addr,
- {"Address", "uri.addr", FT_STRING, BASE_NONE, NULL, 0x0,
+ {"Address", "jxta.uri.addr", FT_STRING, BASE_NONE, NULL, 0x0,
"URI Address (source or destination)", HFILL}
},
{&hf_uri_src,
- {"Source", "uri.src", FT_STRING, BASE_NONE, NULL, 0x0,
+ {"Source", "jxta.uri.src", FT_STRING, BASE_NONE, NULL, 0x0,
"URI Source", HFILL}
},
{&hf_uri_dst,
- {"Destination", "uri.dst", FT_STRING, BASE_NONE, NULL, 0x0,
+ {"Destination", "jxta.uri.dst", FT_STRING, BASE_NONE, NULL, 0x0,
"URI Destination", HFILL}
},
{&hf_jxta_udp,