summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-q932.c
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2008-07-26 15:28:04 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2008-07-26 15:28:04 +0000
commit1644e4138a753c8b98095adf48be0114badec27f (patch)
treeb3bfe58e4b19584a93a277c916fdfbbf38739d6e /epan/dissectors/packet-q932.c
parent4ac15ee6d435462096bd9540e4899b85071227fe (diff)
downloadwireshark-1644e4138a753c8b98095adf48be0114badec27f.tar.gz
Get rid of few warnings (unused generated code, signed/unsigned mismatch)
svn path=/trunk/; revision=25839
Diffstat (limited to 'epan/dissectors/packet-q932.c')
-rw-r--r--epan/dissectors/packet-q932.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-q932.c b/epan/dissectors/packet-q932.c
index 8cf553832f..f034d305e9 100644
--- a/epan/dissectors/packet-q932.c
+++ b/epan/dissectors/packet-q932.c
@@ -645,9 +645,9 @@ static void dissect_InterpretationComponent_PDU(tvbuff_t *tvb _U_, packet_info *
/*--- dissect_q932_facility_ie -------------------------------------------------------*/
/*static*/ void
dissect_q932_facility_ie(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tree *tree, int length) {
- guint8 class;
+ gint8 class;
gboolean pc;
- guint32 tag;
+ gint32 tag;
guint32 len;
int hoffset, eoffset;
int ie_end;