summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* There is no need to use strdup() for optionsFrancois-Xavier Le Bail2015-12-171-6/+2
* The last 2 bytes of an Ethernet header are the "length/type field".Guy Harris2015-12-162-28/+27
* Ethernet: Print the Length/Type field as length when neededFrancois-Xavier Le Bail2015-12-162-12/+14
* Merge pull request #471 from qnet-herwin/radius_port1700Denis Ovsienko2015-12-165-0/+9
|\
| * Translate UDP/1700 as RADIUSHerwin Weststrate2015-12-155-0/+9
* | Do more bounds checking.Guy Harris2015-12-151-66/+130
* | Fix some leaks found by Valgrind/MemcheckFrancois-Xavier Le Bail2015-12-151-0/+2
* | Use uintptr_t to look at the bits of a pointer.Guy Harris2015-12-151-1/+1
|/
* Harmonize TCP source or destination ports tests with UDP onesFrancois-Xavier Le Bail2015-12-143-62/+60
* Check for fork/vfork failing.Guy Harris2015-12-131-11/+24
* Merge pull request #494 from RomeroMalaquias/masterGuy Harris2015-12-131-2/+3
|\
| * Avoiding conditional directives that break statementsRomero Malaquias2015-12-131-2/+3
|/
* OSPF: Fix a segmentation faultFrancois-Xavier Le Bail2015-12-091-3/+65
* Add missing output files for MPLS/ICMP extensions capture fileFrancois-Xavier Le Bail2015-11-273-0/+101
* UDLD: Fix "Unchecked return value" found by CoverityFrancois-Xavier Le Bail2015-11-261-1/+1
* VTP: Add bounds checksFrancois-Xavier Le Bail2015-11-211-0/+5
* LISP: Add and use istr[] and tstr[] stringsFrancois-Xavier Le Bail2015-11-212-11/+10
* UDLD: Fix an infinite loopFrancois-Xavier Le Bail2015-11-202-219/+250
* We only handle 4-part addresses.Guy Harris2015-11-181-29/+15
* Squelch a Coverity warning.Guy Harris2015-11-181-1/+1
* Remove debugging printouts.Guy Harris2015-11-181-2/+0
* ISOCLNS: Filter out non-printable charactersFrancois-Xavier Le Bail2015-11-111-20/+6
* VTP: Filter out non-printable charactersFrancois-Xavier Le Bail2015-11-101-10/+11
* RADIUS: Filter out non-printable charactersFrancois-Xavier Le Bail2015-11-092-3/+3
* CDP: Filter out non-printable charactersFrancois-Xavier Le Bail2015-11-093-3/+23
* RSVP: Add some bounds checksFrancois-Xavier Le Bail2015-11-061-3/+18
* ISOCLNS: Fix a segmentation faultFrancois-Xavier Le Bail2015-11-041-19/+23
* Keep our own Ethertype-to-name map.Guy Harris2015-11-031-8/+25
* Merge pull request #486 from loos-br/masterGuy Harris2015-11-011-1/+1
|\
| * Fix capsicum support to work with zerocopy buffers in bpf.Luiz Otavio O Souza2015-10-141-1/+1
* | Missing comma in list of initializers.Guy Harris2015-11-011-1/+1
* | Beginnings of 11ac radiotap support.Guy Harris2015-11-011-3/+153