aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsdp.c
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-04-14 14:01:53 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-04-14 14:01:53 +0000
commit68ad2f4b9b0826e9e2ed1c7daf38b28d3d46794d (patch)
treec6394f4ef1a2f9a7495f7822b3cdb7ea92f06f04 /epan/dissectors/packet-btsdp.c
parentc3530274e004fe0403971fdc4c3a8d5bab89f4be (diff)
fix MacOSX gcc-3.3 warnings about unused tfs/value_string variables
most have been tagged unused (few have been deleted if dissector has not been modified since a long time) move packet-ssl-utils.c to DISSECTOR_SRC svn path=/trunk/; revision=21431
Diffstat (limited to 'epan/dissectors/packet-btsdp.c')
-rw-r--r--epan/dissectors/packet-btsdp.c37
1 files changed, 0 insertions, 37 deletions
diff --git a/epan/dissectors/packet-btsdp.c b/epan/dissectors/packet-btsdp.c
index 534dcef533..78b7583530 100644
--- a/epan/dissectors/packet-btsdp.c
+++ b/epan/dissectors/packet-btsdp.c
@@ -69,16 +69,6 @@ static const value_string vs_pduid[] = {
{0, NULL}
};
-static const value_string vs_error_code[] = {
- {0x0001, "Invalid/unsupported SDP version"},
- {0x0002, "Invalid Service Record Handle"},
- {0x0003, "Invalid request syntax"},
- {0x0004, "Invalid PDU size"},
- {0x0005, "Invalid Continuation State"},
- {0x0006, "Insufficient Resources to satisfy Request"},
- {0, NULL}
-};
-
static const value_string vs_general_attribute_id[] = {
{0x0000, "ServiceRecordHandle"},
{0x0001, "ServiceClassIDList"},
@@ -99,33 +89,6 @@ static const value_string vs_general_attribute_id[] = {
{0, NULL}
};
-
-static const value_string vs_protocols[] = {
- {0x0001, "SDP"},
- {0x0002, "UDP"},
- {0x0003, "RFCOMM"},
- {0x0004, "TCP"},
- {0x0005, "TCS-BIN"},
- {0x0006, "TCS-AT"},
- {0x0008, "OBEX"},
- {0x0009, "IP"},
- {0x000A, "FTP"},
- {0x000C, "HTTP"},
- {0x000E, "WSP"},
- {0x000F, "BNEP"},
- {0x0010, "UPNP"},
- {0x0011, "HIDP"},
- {0x0012, "HardcopyControlChannel"},
- {0x0014, "HardcopyDataChannel"},
- {0x0016, "HardcopyNotification"},
- {0x0017, "AVCTP"},
- {0x0019, "AVDTP"},
- {0x001B, "CMPT"},
- {0x001D, "UDI_C-Plane"},
- {0x0100, "L2CAP"},
- {0, NULL}
-};
-
static const value_string vs_service_classes[] = {
{0x0001, "SDP"},