From 86d690880fb63891d223aa663ca5901c790b74af Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Fri, 4 Jan 2013 05:22:43 +0000 Subject: replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned int" instead. bugs 7825-7827 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7825) svn path=/trunk/; revision=46928 --- trigcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'trigcap.c') diff --git a/trigcap.c b/trigcap.c index 3d9ebd3f41..554418b9ef 100644 --- a/trigcap.c +++ b/trigcap.c @@ -115,7 +115,7 @@ int main(int argc, char** argv) { char errbuf[PCAP_ERRBUF_SIZE]; char* interface = NULL; char* outfile = NULL; - unsigned snaplen = 65536; + guint snaplen = 65536; char* start_filter_str = NULL; char* stop_filter_str = NULL; char* capture_filter_str = NULL; -- cgit v1.2.3