mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-27 03:53:53 +08:00
Use the ndo argument to lane_hdr_print().
This commit is contained in:
parent
af1f106abf
commit
c4aa877590
@ -63,7 +63,7 @@ static const struct tok lecop2str[] = {
|
||||
static void
|
||||
lane_hdr_print(netdissect_options *ndo, const u_char *bp)
|
||||
{
|
||||
(void)printf("lecid:%x ", EXTRACT_16BITS(bp));
|
||||
(void)ND_PRINT((ndo, "lecid:%x ", EXTRACT_16BITS(bp)));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user