]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Don't rely on uint being defined.
authorGuy Harris <[email protected]>
Mon, 14 Sep 2015 21:37:52 +0000 (14:37 -0700)
committerGuy Harris <[email protected]>
Mon, 14 Sep 2015 21:37:52 +0000 (14:37 -0700)
print-geneve.c

index 54542c0ebd6b673831d16343190f4e3d42c29609..7550ba06a1c3435243cd89970a71f9a328332be0 100644 (file)
@@ -131,7 +131,7 @@ void
 geneve_print(netdissect_options *ndo, const u_char *bp, u_int len)
 {
     uint8_t ver_opt;
-    uint version;
+    u_int version;
     uint8_t flags;
     uint16_t prot;
     uint32_t vni;