Skip to content

Commit

Permalink
Add a libpcap test file.
Browse files Browse the repository at this point in the history
This was a tcpdump test file, which happened to have a too-long option
in the SHB; libpcap currently ignores options, so it doesn't currently
have a problem with it, but if we add APIs to more fully support pcapng,
a program that looks at SHB options will have to get an error indication
from libpcap.
  • Loading branch information
guyharris committed Feb 7, 2018
1 parent 51c61ed commit 9e67fe6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.in
Expand Up @@ -375,6 +375,7 @@ EXTRA_DIST = \
testprogs/threadsignaltest.c \
testprogs/unix.h \
testprogs/valgrindtest.c \
tests/shb-option-too-long.pcapng \
Win32/Prj/wpcap.sln \
Win32/Prj/wpcap.vcxproj \
Win32/Prj/wpcap.vcxproj.filters
Expand Down
Binary file added tests/shb-option-too-long.pcapng
Binary file not shown.

0 comments on commit 9e67fe6

Please sign in to comment.