mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2025-01-19 14:18:14 +08:00
Add a nd_print_trunc() call
Update the output of some tests accordingly.
This commit is contained in:
parent
d07444a5f2
commit
15ad390859
@ -509,5 +509,5 @@ stp_print(netdissect_options *ndo, const u_char *p, u_int length)
|
||||
|
||||
return;
|
||||
trunc:
|
||||
ND_PRINT("[|stp %u]", length);
|
||||
nd_print_trunc(ndo);
|
||||
}
|
||||
|
@ -24,4 +24,4 @@
|
||||
0x0000: 3030 3030 30 00000
|
||||
30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144:
|
||||
0x0000: 3030 3030 30 00000
|
||||
[|stp 262127]
|
||||
[|stp]
|
||||
|
@ -24,4 +24,4 @@
|
||||
0x0000: 3030 3030 3030 000000
|
||||
30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144:
|
||||
0x0000: 3030 3030 3030 000000
|
||||
STP 802.1d[|stp 262127]
|
||||
STP 802.1d [|stp]
|
||||
|
@ -24,4 +24,4 @@
|
||||
0x0000: 3030 30 000
|
||||
30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144:
|
||||
0x0000: 3030 30 000
|
||||
[|stp 262127]
|
||||
[|stp]
|
||||
|
@ -24,4 +24,4 @@
|
||||
0x0000: 3030 3030 3030 3030 00000000
|
||||
30:30:30:30:30:30 > 30:30:30:30:30:30, ethertype Unknown (0x3030), length 262144:
|
||||
0x0000: 3030 3030 3030 3030 00000000
|
||||
STP 802.1d, Config, Flags [Learn, Forward][|stp 262127]
|
||||
STP 802.1d, Config, Flags [Learn, Forward] [|stp]
|
||||
|
@ -1 +1 @@
|
||||
STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 262127[|stp 262127]
|
||||
STP 802.1aq, Rapid STP, CIST Flags [Learn, Forward], length 262127 [|stp]
|
||||
|
Loading…
Reference in New Issue
Block a user