summaryrefslogtreecommitdiff
path: root/print.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless commentsFrancois-Xavier Le Bail2018-03-191-6/+0
* Add a malloc/free process with garbage collectorFrancois-Xavier Le Bail2018-03-141-0/+2
* Add a status exit code to the function ndo_error()Francois-Xavier Le Bail2018-02-251-6/+9
* Add a sanity check on packet header lengthFrancois-Xavier Le Bail2018-02-071-0/+12
* Add a sanity check on packet header capture lengthFrancois-Xavier Le Bail2018-02-011-8/+17
* Add a comment about packet and capture lengthsFrancois-Xavier Le Bail2018-01-251-0/+7
* No more need for ndo_invalid_header in struct netdissect_optionsFrancois-Xavier Le Bail2018-01-251-7/+7
* Don't decode the packet when header length(s) is/are invalidFrancois-Xavier Le Bail2018-01-251-2/+4
* Always include <config.h> rather than "config.h".Guy Harris2018-01-211-1/+1
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2018-01-211-1/+1
* Add sanity checks on packet header (packet length / capture length)Francois-Xavier Le Bail2018-01-161-0/+24
* Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned.Guy Harris2018-01-111-2/+0
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-2/+2
* Rename some link-layer dissector entry functionsFrancois-Xavier Le Bail2017-11-161-17/+17
* Handle attributes for function pointers by checking the compiler version.Guy Harris2017-08-191-3/+3
* Suppress UBSan warnings from EXTRACT_.Guy Harris2017-08-181-17/+10
* Printers MUST (not MAY or even SHOULD) check bounds.Guy Harris2017-02-171-2/+2
* Fix NDOizationFrancois-Xavier Le Bail2016-10-211-1/+1
* Remove _U_ when parameter is usedFrancois-Xavier Le Bail2016-08-181-4/+4
* Move some code around.Guy Harris2016-08-041-0/+1
* Fix the error handling in 'ndo_printf' functionFrancois-Xavier Le Bail2015-10-121-0/+2
* Eliminate some remaining uses of u_int32_t.Guy Harris2015-09-181-1/+1
* Move if_printer to structure netdissect_optionsFrancois-Xavier Le Bail2015-09-141-15/+8
* libnetdissect code must include 'netdissect.h', not 'interface.h'Francois-Xavier Le Bail2015-09-111-1/+0
* Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'Francois-Xavier Le Bail2015-09-101-1/+1
* "tcpdump" should not be used in any libnetdissect code.Guy Harris2015-09-081-3/+3
* Add program_name field in the netdissect_options structureFrancois-Xavier Le Bail2015-09-071-4/+7
* Functions in libnetdissect must use ndo_error() functionFrancois-Xavier Le Bail2015-09-051-3/+5
* Merge pull request #455 from brooksdavis/gndo-cleanupGuy Harris2015-05-201-7/+9
|\
| * Pass an ndo to the print API rather than using gndo.Brooks Davis2015-04-271-7/+9
* | Don't assume you have <net/if_pflog.h> if you have <net/pfvar.h>.Guy Harris2015-05-171-1/+1
|/
* Disentangle packet dissection functionally in tcpdump from the internalBrooks Davis2015-04-151-0/+482