summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Consistently use float constants.Guy Harris2015-09-141-7/+7
* Make pduid a u_short consistently.Guy Harris2015-09-141-2/+2
* Include <ctype.h> to make sure we have all the isXXX() functions.Guy Harris2015-09-141-0/+1
* Don't rely on uint being defined.Guy Harris2015-09-141-1/+1
* Fix for *pcaps without pcap_create()/pcap_activate().Guy Harris2015-09-141-1/+2
* Get rid of some unneeded #defines and #includes.Gisle Vanem2015-09-141-6/+0
* Remove non-dissection related fields from struct netdissect_optionsFrancois-Xavier Le Bail2015-09-142-18/+17
* Remove a non-dissection related field from struct netdissect_optionsFrancois-Xavier Le Bail2015-09-142-5/+4
* Move if_printer to structure netdissect_optionsFrancois-Xavier Le Bail2015-09-144-39/+23
* Call pcap_wsockinit(), not wsockinit(), and print a message if it fails.Guy Harris2015-09-113-54/+10
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-1124-27/+24
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-10174-181/+181
* '-pedantic' option is supported by Travis, '-Wpedantic' is notFrancois-Xavier Le Bail2015-09-092-5/+5
* Compile with '-Wold-style-definition' in devel modeFrancois-Xavier Le Bail2015-09-092-0/+33
* Fix incorrect detection of '-Wstrict-prototypes' optionFrancois-Xavier Le Bail2015-09-092-12/+79
* Fix warnings as "old-style function definition"Francois-Xavier Le Bail2015-09-091-5/+2
* Update a ndo flag nameFrancois-Xavier Le Bail2015-09-093-5/+5
* Update a commentFrancois-Xavier Le Bail2015-09-081-2/+2
* Get rid of "tcpdump" in some libnetdissect codesFrancois-Xavier Le Bail2015-09-081-3/+3
* Fix a commentFrancois-Xavier Le Bail2015-09-081-1/+1
* Fix a typoFrancois-Xavier Le Bail2015-09-081-1/+1
* Update tcpdump summary commentFrancois-Xavier Le Bail2015-09-081-1/+1
* Get rid of "tcpdump" in some libnetdissect codesFrancois-Xavier Le Bail2015-09-085-29/+20
* Print program_name instead of "tcpdump"Francois-Xavier Le Bail2015-09-081-11/+12
* Remove useless includeFrancois-Xavier Le Bail2015-09-081-2/+0
* Remove obsolete commentFrancois-Xavier Le Bail2015-09-081-2/+0
* "tcpdump" should not be used in any libnetdissect code.Guy Harris2015-09-081-3/+3
* Remove no longer used option 'R'Francois-Xavier Le Bail2015-09-083-15/+3
* Add program_name field in the netdissect_options structureFrancois-Xavier Le Bail2015-09-073-9/+13
* Remove obsolete commentsFrancois-Xavier Le Bail2015-09-0722-22/+22
* Fix a commentFrancois-Xavier Le Bail2015-09-061-1/+1
* Rename cstr[] to istr[] like invalid stringFrancois-Xavier Le Bail2015-09-067-47/+48
* DHCPv6: Update Status Codes with RFCs/IANA namesFrancois-Xavier Le Bail2015-09-061-11/+11
* Use the word 'invalid' for 'malformed' or 'corrupted' packetsFrancois-Xavier Le Bail2015-09-0617-182/+182
* Printers must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-05138-138/+138
* Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail2015-09-0513-127/+138
* amend some comments in util-print.cDenis Ovsienko2015-09-051-0/+4
* Printers must use ndo_error() function (via ndo->ndo_error)Francois-Xavier Le Bail2015-09-055-14/+18
* Keep the two line numbers in esp_print_decode_onesecret() separate.Guy Harris2015-08-311-3/+3
* Avoid collison with error(), clean up code a bit.Guy Harris2015-08-311-9/+6
* Avoid collisions with isascii().Guy Harris2015-08-311-4/+4
* Avoid colliding with a tcpdump routine's name.Guy Harris2015-08-311-3/+3
* Don't collide with strlen().Guy Harris2015-08-311-28/+28
* Get rid of warnings on systems that provide index().Guy Harris2015-08-311-4/+4
* The official #define for 32-bit and 64-bit Windows is _WIN32.Guy Harris2015-08-314-54/+54
* Fix to reflect dBm radiotap values now being displayed as "dBm" rather than "...Guy Harris2015-08-262-29/+29
* Merge pull request #479 from rlucia/patch-1Guy Harris2015-08-261-2/+2
|\
| * dBm values get printed as dBRocco Lucia2015-08-261-2/+2
|/
* Add a test that makes unaligned accesses.Guy Harris2015-08-253-0/+5
* Don't assume the ONC RPC header is nicely aligned.Guy Harris2015-08-241-1/+2