summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #528 from mcr/masterMichael Richardson2016-07-106-17/+8
|\
| * added some minor protection against multiple inclusionMichael Richardson2016-07-091-1/+3
| * dagid is always an IPv6 address, not an opaque 128-bit stringMichael Richardson2016-07-095-16/+5
|/
* RSVP: Add bounds and length checksFrancois-Xavier Le Bail2016-07-041-3/+24
* OSPF: Do more bounds checkingFrancois-Xavier Le Bail2016-07-041-3/+8
* OSPF: Fix printing 'ospf_topology_values' defaultFrancois-Xavier Le Bail2016-07-041-11/+11
* RSVP: Add a bounds checkFrancois-Xavier Le Bail2016-07-041-0/+1
* Don't use strcasecmp(), use ascii_strcasecmp().Guy Harris2016-07-011-2/+2
* Merge pull request #526 from superjamie/Cflag-Wflag-nonzeroGuy Harris2016-06-291-2/+2
|\
| * Don't accept zero -C or -W optionsJamie Bainbridge2016-06-301-2/+2
|/
* Squelch a compiler warning.Guy Harris2016-06-261-1/+1
* Minor coding style tweak.Guy Harris2016-06-221-1/+1
* Handle OpenSSL 1.1.x.Guy Harris2016-06-224-18/+80
* amend integer argument type (GH#521)Gisle Vanem2016-06-021-1/+1
* Merge pull request #519 from dionbosschieter/updatePostrotateCommandHelpTextGuy Harris2016-05-161-1/+1
|\
| * Change -z command help text to -z postrotate-commandDion Bosschieter2016-05-161-1/+1
|/
* update CREDITSDenis Ovsienko2016-04-261-0/+1
* Merge pull request #515 from adarqui/typosGuy Harris2016-04-261-9/+9
|\
| * Just fixes a few typos and grammatical issues:Andrew Darqui2016-04-261-9/+9
|/
* Use strtol(), not atoi(), to parse integral values.Guy Harris2016-04-262-4/+21
* Initial support for the REdis Serialization Protocol known as RESP.Andrew Darqui2016-04-2614-0/+703
* Squelch a signed vs. unsigned comparison warning.Guy Harris2016-04-131-4/+4
* Get rid of set-but-not-used variable.Guy Harris2016-04-131-2/+0
* Clean up version test.Guy Harris2016-03-251-1/+1
* Make sure the length of the header is valid.Guy Harris2016-03-251-1/+12
* Restore alphabetical order in Makefile.in and netdissect.hFrancois-Xavier Le Bail2016-03-222-3/+3
* Add printing function for Generic Protocol Extension for VXLANbugyo2016-03-2212-0/+318
* We have to set the filter on every new file.Guy Harris2016-03-201-7/+12
* Don't recompile the filter if the new file has the same DLT.Guy Harris2016-03-201-12/+44
* Have one switch statement, not two, for radiotap fields.Guy Harris2016-02-121-189/+278
* Don't overwrite the destination IPv6 address for routing headers.Guy Harris2016-02-129-41/+180
* Pass an adjusted struct pcap_pkthdr to the sub-printer.Guy Harris2016-02-121-1/+5
* Add some packet-length checks.Guy Harris2016-02-121-7/+27
* Fix check against snapshot length.Guy Harris2016-02-121-1/+1
* Add three test cases for already fixed CVEsFrancois-Xavier Le Bail2016-02-067-0/+12
* VXLAN: Add a bound checkFrancois-Xavier Le Bail2016-01-311-5/+14
* VXLAN: Add a test caseFrancois-Xavier Le Bail2016-01-313-0/+23
* CONTRIBUTING: Update about invalid packetsFrancois-Xavier Le Bail2016-01-281-1/+3
* Change istr[] (for invalid string) to be globalFrancois-Xavier Le Bail2016-01-2814-12/+4
* Don't do the DDP-over-UDP heuristic check up front.Guy Harris2016-01-111-9/+7
* Fix the radiotap printer to handle the special bits correctly.Guy Harris2016-01-112-88/+184
* Use the new debugging routines in libpcap.Guy Harris2015-12-304-52/+162
* RSVP: squelch a compiler warningDenis Ovsienko2015-12-281-1/+1
* I suspect an INTEGRITY object in a submessage covers only the submessage.Guy Harris2015-12-271-9/+25
* If HAVE_LIBCRYPTO isn't defined, define a stub signature_verify().Guy Harris2015-12-273-25/+11
* We no longer need <stdlib.h> as signature_verify() does the allocation now.Guy Harris2015-12-271-1/+0
* Have signature_verify() do the copying and clearing.Guy Harris2015-12-274-64/+107
* Don't overwrite packet data when checking the signature.Guy Harris2015-12-273-14/+39
* Consistently use tabs for indentation.Guy Harris2015-12-211-3/+3
* update last modified date in man page(s)Denis Ovsienko2015-12-171-1/+1