tcpdump
tcpdump copied to clipboard
the TCPdump network dissector
This problem stands for all instances of `mkdep`, but it manifests in tcpdump only (tcpdump-4.99 commit 0bdde63): ``` > ./build_matrix.sh Haiku haikudev 1 hrev57709 Apr 21 2024 06:35:41 x86_64 x86_64...
``` $ make -s CFLAGS=-Werror print-esp.c: In function 'esp_init': print-esp.c:681:9: error: implicit declaration of function 'EVP_add_cipher_alias' [-Werror=implicit-function-declaration] 681 | EVP_add_cipher_alias(SN_des_ede3_cbc, "3des"); | ^~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors...
I build static versions of tcpdump for my own convenience, and I disable DES in OpenSSL when doing so. This causes tcpdump to fail to detect libcrypto. Currently, I have...
The Sun RPC code that is licensed under a non-free license (rpc_msg.h, rpc_auth.h, and parts of print-sunrpc.c which stem from pmap_prot.h) was [relicensed in FreeBSD to BSD-3-Clause](https://cgit.freebsd.org/src/commit/?id=2e322d379631c3bd6107e295f3e5d814c7845fc7). Please update your...
Fail on 32-bit?
When I use tcpdump, on Ubuntu 22.04 version, the default apparmor profile, that come with the tcpdump package, show a denied message to read /etc/pam_ldap_.conf audit[2652907]: AVC apparmor="DENIED" operation="open" profile="tcpdump"...
clang 17 doesn't work as expected on x86.
`bp` was modified inside the function but the change was not reflected back outside, resulting in the fields afterwards accessing the wrong part of the packet.
decode and print LDP PW Status TLV as defined by RFCs 8077 and 6870