diff options
author | Guy Harris <guy@alum.mit.edu> | 2019-04-17 20:21:53 -0700 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2019-04-17 20:21:53 -0700 |
commit | dc9744f7c6f1aa8f676f84829ee9a69a52952f94 (patch) | |
tree | 8afc54a20081b375a8faba9d2d47a8503f3e1ddc /print-ldp.c | |
parent | bef667db65b15c89ec6f1cf325b76acd3c0b8748 (diff) | |
download | tcpdump-dc9744f7c6f1aa8f676f84829ee9a69a52952f94.tar.gz |
Squelch more warnings.
Diffstat (limited to 'print-ldp.c')
-rw-r--r-- | print-ldp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-ldp.c b/print-ldp.c index 653ea37c..19e87b7f 100644 --- a/print-ldp.c +++ b/print-ldp.c @@ -236,7 +236,7 @@ static int ldp_pdu_print(netdissect_options *, const u_char *); static u_int ldp_tlv_print(netdissect_options *ndo, const u_char *tptr, - u_short msg_tlen) + u_int msg_tlen) { struct ldp_tlv_header { nd_uint16_t type; |