summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* gre: handle Network Service Header (NSH), RFC 8300Guy Harris2023-04-081-0/+3
* gre: handle multicast MPLS.Guy Harris2023-04-081-0/+1
* gre: add support for WCCP redirects over GRE.Guy Harris2023-04-086-0/+376
* gre: recognize (Cisco?) GRE keepalives.Guy Harris2023-04-081-0/+8
* gre: expand a comment, mention NVGRE. [skip ci]Guy Harris2023-04-081-2/+24
* CHANGES: Synchronize the 4.99.x sections. [skip ci]Denis Ovsienko2023-04-071-2/+5
* CHANGES: Add a change backported to 4.99Francois-Xavier Le Bail2023-04-071-0/+1
* Update config.{guess,sub}, timestamps 2023-01-01,2023-01-21Francois-Xavier Le Bail2023-04-062-11/+34
* CHANGES: List more backported commits. [skip ci]Denis Ovsienko2023-04-021-0/+5
* Merge pull request #1039 from mspncp/ikev2-add-missing-notification-typesMichael Richardson2023-04-021-43/+310
|\
| * IKEv2: add missing notification typesMatthias St. Pierre2023-03-051-43/+310
* | Autoconf: Update a stale comment in aclocal.m4. [skip ci]Denis Ovsienko2023-03-271-1/+1
* | Autoconf: Fix --static-pcap-only test on Solaris 10. [skip appveyor]Denis Ovsienko2023-03-262-1/+2
* | doc: Add more Solaris-related particulars. [skip ci]Denis Ovsienko2023-03-181-0/+12
* | man: Format "output format" subsections properly. [skip ci]Denis Ovsienko2023-03-181-29/+17
* | Cirrus CI: Configure with --enable-instrument-functions, Coverity taskcoverity_scanFrancois-Xavier Le Bail2023-03-131-2/+2
* | instrument functions: Use an environment variable instead of config filesFrancois-Xavier Le Bail2023-03-134-56/+47