aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2012-08-01 01:57:18 +0000
committerMichael Mann <mmann78@netscape.net>2012-08-01 01:57:18 +0000
commitdd6ca38ffff60ed9069ff23b77b0daf1926c2ddd (patch)
tree038d24e6820d6fd3b71172a79619dc366273a8de /epan/dissectors/packet-jxta.c
parent07503d2af52fc32b88cfd7ab57edee093cacd6e2 (diff)
updated more display filters per checkfiltername.pl
svn path=/trunk/; revision=44178
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,