577
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rearrange to keep values sorted. More... over 24 years ago
Alphabetize getopt flag list. More... over 24 years ago
Fix type for 802.1q More... over 24 years ago
add descr for v6 items More... over 24 years ago
fix ascii dump with -X. due to mistake in snprintf() fixes. (no need to pull into 3.5) More... over 24 years ago
caveat: tcp[0] does not match IPv6 packets. More... over 24 years ago
Update the README a little. More... over 24 years ago
Fix confusing indentation. Get rid of T2CHECK() in favor of TCHECK() or TCHECK2(). Use TCHECK() etc. instead of comparing vs. snapend. Replace strerr() with pcap_strerror(), and don't use errno as a local variable. Use tok2str() for nfsv3_writemodes to avoid array overrun by corrupt packets. More... over 24 years ago
Add missing comma causing incorrect naming of lcpconfopts. Use EXTRACT_32BITS instead of ntohl to handle alignment concerns. More... over 24 years ago
Move AFS info into man page More... over 24 years ago
regen More... over 24 years ago
check for getipnodeby*. comment out zlib items (not currently in use). More... over 24 years ago
fix bgp COMMUNITIES attribute dump. More... over 24 years ago
regen More... over 24 years ago
don't insist on getting getaddrinfo(). it will be pulled in only when --enable-ipv6 (or automatic --enable-ipv6). More... over 24 years ago
Update to match reality More... over 24 years ago
Don't try to print packets with a too-short hlen. Pointed out on BUGTRAQ on 16 Jun 1999 (reported as infinite loop on Linux and core dump on all other OS's) More... over 24 years ago
Update the list of files, and remove the text about not sending in an ASCII dumper. The list of files needs more descriptions, and the text in general probably needs another once-over. More... over 24 years ago
todo list
mcr
More... over 24 years ago
regen More... over 24 years ago
split checks for struct addrinfo and NI_xxx. From: Juergen Schoenwaelder <[email protected]> More... over 24 years ago
Regenerate. More... over 24 years ago
Don't check for T_AAAA in configure; print-domain.c already does #ifndef #define. More... over 24 years ago
note today's changes i've made (as far as I can remember) More... over 24 years ago
add ETHERTYPE_IPV6. we have been using this in kame repository so it should be safe. More... over 24 years ago
regen More... over 24 years ago
need strl{cat,cpy} badly for buffer overflow More... over 24 years ago
avoid strcpy. why bother... More... over 24 years ago
no need to use strcat at all More... over 24 years ago
remove unnecessary header files. More... over 24 years ago