aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.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 /epan/dissectors/packet-t38.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 'epan/dissectors/packet-t38.h')
-rw-r--r--epan/dissectors/packet-t38.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-t38.h b/epan/dissectors/packet-t38.h
index a33b22868b..8076714bd8 100644
--- a/epan/dissectors/packet-t38.h
+++ b/epan/dissectors/packet-t38.h
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-t38.h */
-/* ../../tools/asn2wrs.py -p t38 -c ./t38.cnf -s ./packet-t38-template -D . T38_2002.asn */
+/* ../../tools/asn2wrs.py -p t38 -c t38.cnf -s packet-t38-template T38_2002.asn */
/* Input file: packet-t38-template.h */
@@ -38,7 +38,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;