aboutsummaryrefslogtreecommitdiffstats
path: root/ui/text_import.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-11-19 11:25:17 -0500
committerBill Meier <wmeier@newsguy.com>2014-11-19 16:31:42 +0000
commitcb090e81ec64012e1a3094670aeb8658cb550f1e (patch)
tree54bc99cf6f4849c9865ee8928e453a418863384d /ui/text_import.c
parent67ab27a15b671159b5b7ba2d01981a726b6054bc (diff)
[pedantic] Replace usage of 'long' and 'long long'
Change-Id: I78fc82c1a83eb04d78a11fc76710c92dfc916208 Reviewed-on: https://code.wireshark.org/review/5395 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/text_import.c')
-rw-r--r--ui/text_import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/text_import.c b/ui/text_import.c
index c9ac27c959..a645f05de1 100644
--- a/ui/text_import.c
+++ b/ui/text_import.c
@@ -142,7 +142,7 @@ static guint32 hdr_ethernet_proto = 0;
/* Dummy IP header */
static int hdr_ip = FALSE;
-static long hdr_ip_proto = 0;
+static guint hdr_ip_proto = 0;
/* Dummy UDP header */
static int hdr_udp = FALSE;