修复ip分片跳转BUG.
This commit is contained in:
2
print.c
2
print.c
@@ -336,7 +336,7 @@ pretty_print_packet(netdissect_options *ndo, const struct pcap_pkthdr *h,
|
||||
*/
|
||||
ndo->ndo_snapend = sp + h->caplen;
|
||||
|
||||
hdrlen = (ndo->ndo_if_printer)(ndo, h, sp); /* <20>˺<EFBFBD><CBBA><EFBFBD>ָ<EFBFBD><D6B8>ʵ<EFBFBD><CAB5>ָ<EFBFBD><D6B8> ether_if_print() */
|
||||
hdrlen = (ndo->ndo_if_printer)(ndo, h, sp); /* <20>˺<EFBFBD><CBBA><EFBFBD>ָ<EFBFBD><D6B8>ʵ<EFBFBD><CAB5>ָ<EFBFBD><D6B8> ether_if_print() */
|
||||
|
||||
/*
|
||||
* Restore the original snapend, as a printer might have
|
||||
|
||||
Reference in New Issue
Block a user