aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-04 21:48:44 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2010-03-04 21:48:44 +0000
commitb0cf3b82645062792f096b82dd9e79aeb8e29766 (patch)
tree7e11b2bd864c913019beab4486f833b4b543cca7 /epan/dissectors
parent25b803e66ca515a54bcd82fd5784585093a08838 (diff)
Try to fix build errors.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32118 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-rlc-lte.h2
-rw-r--r--epan/dissectors/packet-sip.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-rlc-lte.h b/epan/dissectors/packet-rlc-lte.h
index 46acd8fea0..a91946ce3c 100644
--- a/epan/dissectors/packet-rlc-lte.h
+++ b/epan/dissectors/packet-rlc-lte.h
@@ -77,7 +77,7 @@ typedef struct rlc_lte_tap_info {
guint8 isControlPDU;
guint16 ACKNo;
#define MAX_NACKs 128
- guint8 noOfNACKs;
+ guint16 noOfNACKs;
guint16 NACKs[MAX_NACKs];
guint16 missingSNs;
diff --git a/epan/dissectors/packet-sip.c b/epan/dissectors/packet-sip.c
index 842e2f15e1..24d05d9d5a 100644
--- a/epan/dissectors/packet-sip.c
+++ b/epan/dissectors/packet-sip.c
@@ -835,7 +835,7 @@ static guint sip_hash_func(gconstpointer v)
static void
sip_init_protocol(void)
{
- gint i;
+ guint i;
gchar *value_copy;
/* Destroy any existing hashes. */