Skip to content

Commit 0654b60

Browse files
committed
PPI: Use the www.tcpdump.org copy of the specification
Use the version 1.0.10. [skip ci]
1 parent d5f000d commit 0654b60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

print-ppi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* \summary: Per-Packet Information (DLT_PPI) printer */
66

77
/* Specification:
8-
* Per-Packet Information Header Specification - Version 1.0.7
9-
* https://web.archive.org/web/20160328114748/http://www.cacetech.com/documents/PPI%20Header%20format%201.0.7.pdf
8+
* Per-Packet Information Header Specification - Version 1.0.10
9+
* https://www.tcpdump.org/papers/PPI_Header_format_1.0.10.pdf
1010
*/
1111

1212
#include <config.h>

0 commit comments

Comments
 (0)