aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/t38/packet-t38-template.h
diff options
context:
space:
mode:
authorkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-26 15:28:04 +0000
committerkukosa <kukosa@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-26 15:28:04 +0000
commitf21bf946397227bac211cc7f3f469f24cc99b949 (patch)
treeb3bfe58e4b19584a93a277c916fdfbbf38739d6e /asn1/t38/packet-t38-template.h
parentb2cc257e5b4d69f295713df1e4c46688f66cb89f (diff)
Get rid of few warnings (unused generated code, signed/unsigned mismatch)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25839 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/t38/packet-t38-template.h')
-rw-r--r--asn1/t38/packet-t38-template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/t38/packet-t38-template.h b/asn1/t38/packet-t38-template.h
index 1ebbb72416..ea7ea3d829 100644
--- a/asn1/t38/packet-t38-template.h
+++ b/asn1/t38/packet-t38-template.h
@@ -30,7 +30,7 @@
typedef struct _t38_packet_info {
guint16 seq_num; /* UDPTLPacket sequence number */
- guint32 type_msg; /* 0=t30-indicator 1=data */
+ gint32 type_msg; /* 0=t30-indicator 1=data */
guint32 t30ind_value;
guint32 data_value; /* standard and speed */
guint32 setup_frame_number;