diff options
author | fxlb <fx.lebail@yahoo.com> | 2013-03-15 17:19:26 +0100 |
---|---|---|
committer | fxlb <fx.lebail@yahoo.com> | 2013-03-15 17:19:26 +0100 |
commit | a11a0649fb8c7645940edc27b0281a39e7e9d4ec (patch) | |
tree | 10648cb8e61f67b38ea23b7d8ba80cc91a4cfd9b /print-msnlb.c | |
parent | 73a8fa9b50888b892002fe97cc6546ffb375b6ca (diff) | |
download | tcpdump-a11a0649fb8c7645940edc27b0281a39e7e9d4ec.tar.gz |
fix function 'msnlb_print', unused parameter 'length'
Diffstat (limited to 'print-msnlb.c')
-rw-r--r-- | print-msnlb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print-msnlb.c b/print-msnlb.c index 4c5fb0cb..b3004985 100644 --- a/print-msnlb.c +++ b/print-msnlb.c @@ -49,7 +49,7 @@ struct msnlb_heartbeat_pkt { }; void -msnlb_print(netdissect_options *ndo, const u_char *bp, u_int length) +msnlb_print(netdissect_options *ndo, const u_char *bp) { const struct msnlb_heartbeat_pkt *hb; |