aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-3com-njack.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-12-13 10:54:11 +0000
committerGuy Harris <guy@alum.mit.edu>2005-12-13 10:54:11 +0000
commit77ff57e72ae8dafa5b8945fa963a5c8f6928cf44 (patch)
tree3488a8790106045653985e6c682f73174c769066 /epan/dissectors/packet-3com-njack.c
parent691bec82c035dfe1c21316dba77a21acd5efea55 (diff)
Escape question marks when they could be interpreted as part of a
trigraph. svn path=/trunk/; revision=16778
Diffstat (limited to 'epan/dissectors/packet-3com-njack.c')
-rw-r--r--epan/dissectors/packet-3com-njack.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/epan/dissectors/packet-3com-njack.c b/epan/dissectors/packet-3com-njack.c
index cda55fa1e7..34fef53b30 100644
--- a/epan/dissectors/packet-3com-njack.c
+++ b/epan/dissectors/packet-3com-njack.c
@@ -135,16 +135,16 @@ static const value_string njack_cmd_vals[] = {
{ NJACK_CMD_REMOVETAG, "Remove tag" },
{ NJACK_CMD_GROUP, "Device group" },
{ NJACK_CMD_LOCATION, "Location" },
- { NJACK_CMD_PORT1, "Port 1 (??)" },
- { NJACK_CMD_PORT2, "Port 2 (??)" },
- { NJACK_CMD_PORT3, "Port 3 (??)" },
- { NJACK_CMD_PORT4, "Port 4 (??)" },
+ { NJACK_CMD_PORT1, "Port 1 (\?\?)" },
+ { NJACK_CMD_PORT2, "Port 2 (\?\?)" },
+ { NJACK_CMD_PORT3, "Port 3 (\?\?)" },
+ { NJACK_CMD_PORT4, "Port 4 (\?\?)" },
{ NJACK_CMD_PASSWORD, "Device password" },
- { NJACK_CMD_ROCOMMUNITY, "RO community (??)" },
+ { NJACK_CMD_ROCOMMUNITY, "RO community (\?\?)" },
{ NJACK_CMD_IPGATEWAY, "IP gateway" },
- { NJACK_CMD_RWCOMMUNITY, "RW community (??)" },
- { NJACK_CMD_DEVICETYPE, "Device type(??)" },
- { NJACK_CMD_SERIALNO, "Serial no(??)" },
+ { NJACK_CMD_RWCOMMUNITY, "RW community (\?\?)" },
+ { NJACK_CMD_DEVICETYPE, "Device type(\?\?)" },
+ { NJACK_CMD_SERIALNO, "Serial no(\?\?)" },
{ NJACK_CMD_ENDOFPACKET, "End of packet" },
{ 0, NULL }
@@ -421,7 +421,7 @@ proto_register_njack(void)
0x0, "", HFILL }},
{ &hf_njack_set_data,
- { "Authdata??", "njack.set.data", FT_BYTES, BASE_NONE, NULL,
+ { "Authdata\?\?", "njack.set.data", FT_BYTES, BASE_NONE, NULL,
0x0, "", HFILL }},
{ &hf_njack_set_tlv_type,