aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-02-09 13:42:51 -0500
committerBill Meier <wmeier@newsguy.com>2015-02-09 18:57:14 +0000
commite88a11f5c92938f0ed451703a3e1de34f76a5e50 (patch)
tree3c23b42e3d0c8db0724a160783c82fa184ecbebd /plugins
parent2078a95e934cf1063f2525a93b5f81ddb7b43e77 (diff)
(Trivial) Fix printf-related 'Mismatch on sign' warnings
Found by MSVC2013 Code Analysis Change-Id: I58063946dd558e98308c87b36eeac0ddbe1a6e79 Reviewed-on: https://code.wireshark.org/review/7045 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/wimaxasncp/packet-wimaxasncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c
index 36f7966fae..15f9350dd4 100644
--- a/plugins/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/wimaxasncp/packet-wimaxasncp.c
@@ -3333,7 +3333,7 @@ register_wimaxasncp_fields(const char* unused _U_)
{
printf(
"%s\n"
- " type = %d\n"
+ " type = %u\n"
" description = %s\n"
" decoder = %s\n"
" hf_root = %d\n"