aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-calcappprotocol.c
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-08-23 23:58:59 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-08-23 23:58:59 +0000
commit31f01281883368ee6b9cf930e8e788000f921cb3 (patch)
treed46fe848466b783821ea45c25f63c63773cd9927 /epan/dissectors/packet-calcappprotocol.c
parent8c39917b53db8c76a6e8e880f69e9c8a93c13024 (diff)
From Chris Maynard <christopher.maynard@gtech.com> / bug 1789:
Incorrect display filter field naming conventions for packet-c*.c dissector files. svn path=/trunk/; revision=22615
Diffstat (limited to 'epan/dissectors/packet-calcappprotocol.c')
-rw-r--r--epan/dissectors/packet-calcappprotocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-calcappprotocol.c b/epan/dissectors/packet-calcappprotocol.c
index 368a84e375..08ae010edc 100644
--- a/epan/dissectors/packet-calcappprotocol.c
+++ b/epan/dissectors/packet-calcappprotocol.c
@@ -142,7 +142,7 @@ proto_register_calcappprotocol(void)
/* Setup list of header fields */
static hf_register_info hf[] = {
{ &hf_message_type, { "Type", "calcappprotocol.message_type", FT_UINT8, BASE_DEC, VALS(message_type_values), 0x0, "", HFILL } },
- { &hf_message_flags, { "Flags", "calcppprotocol.message_flags", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL } },
+ { &hf_message_flags, { "Flags", "calcappprotocol.message_flags", FT_UINT8, BASE_DEC, NULL, 0x0, "", HFILL } },
{ &hf_message_length, { "Length", "calcappprotocol.message_length", FT_UINT16, BASE_DEC, NULL, 0x0, "", HFILL } },
{ &hf_message_jobid, { "JobID", "calcappprotocol.message_jobid", FT_UINT32, BASE_DEC, NULL, 0x0, "", HFILL } },
{ &hf_message_jobsize, { "JobSize", "calcappprotocol.message_jobsize", FT_UINT64, BASE_DEC, NULL, 0x0, "", HFILL } },