File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 460460 Added testing system to libpcap, independent of tcpdump
461461 Changes to how pcap_t is activated
462462 Adding support for Large stream buffers on Endace DAG cards
463- Changes to BSD 3-clause license to 2-clause licence
463+ Changes to BSD 3-clause license to 2-clause license
464464 Additions to TCP header parsing, per RFC3168
465465 Add CMake build process (extensive number of changes)
466466 Assign a value for OpenBSD DLT_OPENFLOW.
Original file line number Diff line number Diff line change 67826782 # This test fails if we don't have <arpa/inet.h>
67836783 # (if we have ether_hostton(), we should have
67846784 # networking, and if we have networking, we should
6785- # have <arapa /inet.h>) or if we do but it doesn't
6785+ # have <arpa /inet.h>) or if we do but it doesn't
67866786 # declare ether_hostton().
67876787 #
67886788 # Unset ac_cv_have_decl_ether_hostton so we don't
Original file line number Diff line number Diff line change @@ -454,7 +454,7 @@ if test "$ac_cv_func_ether_hostton" = yes; then
454454 # This test fails if we don't have <arpa/inet.h>
455455 # (if we have ether_hostton(), we should have
456456 # networking, and if we have networking, we should
457- # have <arapa /inet.h>) or if we do but it doesn't
457+ # have <arpa /inet.h>) or if we do but it doesn't
458458 # declare ether_hostton().
459459 #
460460 # Unset ac_cv_have_decl_ether_hostton so we don't
You can’t perform that action at this time.
0 commit comments