summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DVMRP: Update an error messageHEADmasterFrancois-Xavier Le Bail2023-05-151-1/+1
* NSH: Update an error messageFrancois-Xavier Le Bail2023-05-151-1/+1
* RT6: Update an error messageFrancois-Xavier Le Bail2023-05-151-1/+1
* VTP: Update two error messagesFrancois-Xavier Le Bail2023-05-141-2/+2
* DTP: Update an error messageFrancois-Xavier Le Bail2023-05-131-1/+1
* mobile: Modernize packet parsingFrancois-Xavier Le Bail2023-05-121-5/+8
* Babel,DHCPv6: Use nd_print_protocol()Francois-Xavier Le Bail2023-05-122-2/+2
* checksum.c: Remove a now useless includeFrancois-Xavier Le Bail2023-05-101-1/+0
* NTP: Remove three redundant tests with -vv optionFrancois-Xavier Le Bail2023-05-104-123/+0
* NTP: Remove three redundant tests with -vvv optionFrancois-Xavier Le Bail2023-05-104-123/+0
* Makefile.in: Use the variable MAKE instead of the make commandFrancois-Xavier Le Bail2023-05-081-8/+8
* Cirrus CI: Fix FreeBSD 13 and update Linux. [skip appveyor]Denis Ovsienko2023-05-081-4/+5
* tcpdump.1.in: Delete Linux 2.0 referencesJesse Rosenstock2023-05-071-18/+0
* instrument functions: Reduce the scope of a variableFrancois-Xavier Le Bail2023-05-031-1/+2
* lwres: Fix an undefined behavior in pointer arithmeticBill Fenner2023-05-024-1/+5
* CI: Copy build_common.sh from tcpslice. [skip ci]Denis Ovsienko2023-05-011-0/+1
* Cirrus CI: Avoid perl warnings about setting locale, Linux taskFrancois-Xavier Le Bail2023-04-301-0/+1
* NHRP: Fix typos in a comment. [skip ci]Denis Ovsienko2023-04-281-2/+2
* PPP: Check if there is some data to hexdumpFrancois-Xavier Le Bail2023-04-274-1/+23
* RIP: Check if there is some data to hexdumpFrancois-Xavier Le Bail2023-04-274-1/+8
* nhrp: fix infinite loop on malformed packets.Guy Harris2023-04-254-0/+13
* Fix a typoFrancois-Xavier Le Bail2023-04-221-1/+1
* Put "}" at beginning of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-2122-84/+42
* Put "{" at end of line with "else" to keep a consistent styleFrancois-Xavier Le Bail2023-04-213-12/+6
* Put "{" at end of line with "switch" to keep a consistent styleFrancois-Xavier Le Bail2023-04-195-22/+11
* Put "{" at end of line with "if" to keep a consistent styleFrancois-Xavier Le Bail2023-04-196-76/+38
* Put "{" at end of line with "for" to keep a consistent styleFrancois-Xavier Le Bail2023-04-193-8/+4
* Put "{" at end of line with "while" to keep a consistent styleFrancois-Xavier Le Bail2023-04-193-12/+6
* SNMP: Fix two undefined behaviorsBill Fenner2023-04-197-3/+12
* Merge pull request #972 from martinetd/zombiefxlb2023-04-191-1/+1
|\
| * child_cleanup: reap as many child processes as possibleDominique Martinet2023-04-191-1/+1
|/
* RT6: Print SRH TLV HMAC "reserved" field if non zero in verbose modeFrancois-Xavier Le Bail2023-04-181-0/+2
* RT6: Declare the struct tok srh_tlv_type "static"Francois-Xavier Le Bail2023-04-181-1/+1
* RT6: Use a "struct tok" for the SRH TLV typeFrancois-Xavier Le Bail2023-04-181-10/+13
* Merge pull request #949 from giulio-sido/tmp3fxlb2023-04-189-9/+108
|\
| * rt6: parse TLVgiulio-sido2023-04-189-9/+108
|/
* EAP: Assign ndo_protocol in the eap_print() functionFrancois-Xavier Le Bail2023-04-121-0/+1
* nhrp: handle draft-detienne-dmvpn-01, improve indication decoding.Guy Harris2023-04-122-5/+34
* Geneve: Add a bounds checkFrancois-Xavier Le Bail2023-04-111-1/+2
* nhrp: add casts to squelch narrowing warnings.Guy Harris2023-04-111-5/+6
* Add support for dissecting RFC 2332 NHRP.Guy Harris2023-04-1118-0/+583
* cdp: require that the Address TLV have at least 4 bytes of data.Guy Harris2023-04-101-5/+1
* cdp: show the TLV type as a 4-digit hex number.Guy Harris2023-04-104-130/+130
* cdp: support CDP TLV 0x001a.Guy Harris2023-04-103-14/+25
* cdp: don't explicitly check for T_DEV_ID when printing.Guy Harris2023-04-101-31/+43
* bootp/dhcp6: DHCPv4/v6 ZTP and SZTP option supportEamon Doyle2023-04-106-0/+158
* gre: support CDP over GRE.Guy Harris2023-04-102-2/+34
* tests: wccp_redirect_gre.pcap contains SMB, so it needs two tests.Guy Harris2023-04-104-4/+22
* cdp: only hex-dump unknown TLVs in verbose mode.Guy Harris2023-04-101-1/+1
* GRE: Refine the WCCP header commit. [skip ci]Denis Ovsienko2023-04-092-4/+4