summaryrefslogtreecommitdiff
path: root/netdissect.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-05-22 09:41:31 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2021-05-22 09:45:44 +0200
commit29973d83e8cecbb3bc940af216f6bef2376f39c5 (patch)
tree78b148a9a8452e1172d1407be19c5524ecba2c0b /netdissect.h
parentad090fd01a2642959da14fedcf0e2dcd7076f0af (diff)
downloadtcpdump-29973d83e8cecbb3bc940af216f6bef2376f39c5.tar.gz
Zephyr: Update 'length' type to unsigned
It is unsigned in the calling function udp_print().
Diffstat (limited to 'netdissect.h')
-rw-r--r--netdissect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdissect.h b/netdissect.h
index 6f38fa6c..4f66798f 100644
--- a/netdissect.h
+++ b/netdissect.h
@@ -731,7 +731,7 @@ extern void vxlan_gpe_print(netdissect_options *, const u_char *, u_int);
extern void vxlan_print(netdissect_options *, const u_char *, u_int);
extern void wb_print(netdissect_options *, const u_char *, u_int);
extern void zep_print(netdissect_options *, const u_char *, u_int);
-extern void zephyr_print(netdissect_options *, const u_char *, int);
+extern void zephyr_print(netdissect_options *, const u_char *, u_int);
extern void zmtp1_print(netdissect_options *, const u_char *, u_int);
extern void zmtp1_datagram_print(netdissect_options *, const u_char *, const u_int);
extern void someip_print(netdissect_options *, const u_char *, const u_int);