aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-jxta.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-jxta.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-jxta.c')
-rw-r--r--epan/dissectors/packet-jxta.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/dissectors/packet-jxta.c b/epan/dissectors/packet-jxta.c
index 6bb6a5ef56..e8d82bb42c 100644
--- a/epan/dissectors/packet-jxta.c
+++ b/epan/dissectors/packet-jxta.c
@@ -66,15 +66,11 @@ static const int JXTAMSG1_ELMFLAG_TYPE = 1 << 0;
static const int JXTAMSG1_ELMFLAG_ENCODING = 1 << 1;
static const int JXTAMSG1_ELMFLAG_SIGNATURE = 1 << 2;
-static const int JXTAMSG2_MSGFLAG_UTF16BE_STRINGS = 1 << 0;
-static const int JXTAMSG2_MSGFLAG_UTF32BE_STRINGS = 1 << 1;
-
static const int JXTAMSG2_ELMFLAG_UINT64_LENS = 1 << 0;
static const int JXTAMSG2_ELMFLAG_NAME_LITERAL = 1 << 1;
static const int JXTAMSG2_ELMFLAG_TYPE = 1 << 2;
static const int JXTAMSG2_ELMFLAG_SIGNATURE = 1 << 3;
static const int JXTAMSG2_ELMFLAG_ENCODINGS = 1 << 4;
-static const int JXTAMSG2_ELMFLAG_ENCODED_SIGNED = 1 << 5;
static int proto_jxta = -1;
static int proto_message_jxta = -1;