From 77ff57e72ae8dafa5b8945fa963a5c8f6928cf44 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 13 Dec 2005 10:54:11 +0000 Subject: Escape question marks when they could be interpreted as part of a trigraph. svn path=/trunk/; revision=16778 --- epan/dissectors/packet-3com-njack.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'epan/dissectors/packet-3com-njack.c') 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, -- cgit v1.2.3