summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | PRIu64 includes the "u".Guy Harris2015-10-311-1/+1
* | We need PRIu64 to print a uint64_t.Guy Harris2015-10-311-1/+1
* | ZeroMQ: avoid code duplicationDenis Ovsienko2015-10-311-9/+5
* | Coverity: Build script: Update the upload URL for the framework changeFrancois-Xavier Le Bail2015-10-301-9/+16
* | Fix some commentsFrancois-Xavier Le Bail2015-10-271-11/+11
* | ISOCLNS: Fix two segmentation faultsFrancois-Xavier Le Bail2015-10-172-35/+46
* | Fix a test nameGisle Vanem2015-10-151-1/+1
|/
* Add missing output files for LSP-Ping capture filesFrancois-Xavier Le Bail2015-10-137-0/+491
* Fix the error handling in 'ndo_printf' functionFrancois-Xavier Le Bail2015-10-122-2/+4
* Add test files for pcap-ng invalid versionsFrancois-Xavier Le Bail2015-10-105-0/+6
* Add test files for pcap invalid versionsFrancois-Xavier Le Bail2015-10-105-0/+6
* Fix the pcap version in tests/cve2015-0261-crash.pcapFrancois-Xavier Le Bail2015-10-101-0/+0
* Get rid of "TCPDUMP" in some libnetdissect codesFrancois-Xavier Le Bail2015-10-087-10/+10
* Fix a commentFrancois-Xavier Le Bail2015-10-081-1/+1
* Use the nd_uintN_t types more.Guy Harris2015-10-077-59/+71
* Squelch some "constness casted away" warnings.Guy Harris2015-10-061-3/+3
* Introduce data types to use for integral values in packet structures.Guy Harris2015-10-062-24/+47
* RSVP: Fix an infinite loopFrancois-Xavier Le Bail2015-10-061-0/+8