summaryrefslogtreecommitdiff
path: root/netdissect.h
Commit message (Expand)AuthorAgeFilesLines
* Update hex_and_ascii_print_with_offset() to staticFrancois-Xavier Le Bail2018-05-101-1/+0
* Add the nd_print_trunc() functionFrancois-Xavier Le Bail2018-05-041-0/+2
* Remove the safeputs() functionFrancois-Xavier Le Bail2018-05-021-2/+0
* Remove the safeputchar() functionFrancois-Xavier Le Bail2018-05-021-1/+0
* Rename the fn_printX() functions to nd_printX()Francois-Xavier Le Bail2018-04-301-4/+4
* Add the ndo_protocol field in the netdissect_options structureFrancois-Xavier Le Bail2018-03-161-0/+1
* Move some smb prototypes in smb.hFrancois-Xavier Le Bail2018-03-161-3/+0
* Add some const qualifiersFrancois-Xavier Le Bail2018-03-161-2/+2
* Add a malloc/free process with garbage collectorFrancois-Xavier Le Bail2018-03-141-0/+1
* Add a status exit code to the function ndo_error()Francois-Xavier Le Bail2018-02-251-1/+3
* Rename some printer functions to *_printFrancois-Xavier Le Bail2018-02-221-6/+6
* Get rid of ND_UNALIGNED.Guy Harris2018-02-141-49/+0
* Add nd_{v}snprintf() routines/wrappers.Guy Harris2018-01-291-1/+1
* Pick up Windows snprintf and strdup replacements from libpcap.Guy Harris2018-01-281-10/+0
* Declare ND_UNALIGNED in netdissect.h.Guy Harris2018-01-281-0/+49
* No more need for ndo_invalid_header in struct netdissect_optionsFrancois-Xavier Le Bail2018-01-251-1/+0
* Remove no more used ND_TCHECK() macroFrancois-Xavier Le Bail2018-01-241-11/+0
* Don't test for __attribute__ in the configure script.Guy Harris2018-01-211-4/+0
* Remove no more used ND_TTEST() macroFrancois-Xavier Le Bail2018-01-211-3/+0
* Add sanity checks on packet header (packet length / capture length)Francois-Xavier Le Bail2018-01-161-0/+1
* Clean up signed vs. unsigned.Guy Harris2018-01-111-1/+1
* Use nd_ types, add host-endian extract routines, clean up signed vs. unsigned.Guy Harris2018-01-111-0/+1
* Update ND_PRINT() as a variadic macroFrancois-Xavier Le Bail2018-01-071-1/+1
* Clean up signed vs. unsigned.Guy Harris2018-01-061-6/+6
* Add ND_TTEST_SIZE() and ND_TCHECK_SIZE() macrosFrancois-Xavier Le Bail2018-01-031-0/+7
* Use 'u_char *' type for input buffer pointer like in most similar casesFrancois-Xavier Le Bail2018-01-021-4/+4
* Add EXTRACT_ macros/functions for IPv4 addresses, get rid of structure wrappers.Guy Harris2017-12-201-19/+21
* Use nd_ types, clean up ICMPv6 dissection.Guy Harris2017-12-181-0/+6
* Clean up ISAKMP dissection, use nd_ types and EXTRACT_ macros.Guy Harris2017-12-171-1/+2
* Directly refer to ether_shost and ether_dhost; get rid of ESRC() and EDST().Guy Harris2017-12-161-3/+0
* Move NTOH and HTON macros into addrname.cGuy Harris2017-12-161-7/+0
* More cleanups.Guy Harris2017-12-161-1/+1
* Remove all storage class specifier 'register'Francois-Xavier Le Bail2017-12-131-11/+11
* Use nd_ types in 802.x and FDDI headers.Guy Harris2017-12-121-3/+2
* Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)Francois-Xavier Le Bail2017-12-111-0/+7
* Add some new nd_ types for use in structures for packet layouts.Guy Harris2017-12-111-6/+27
* Make nd_uint8_t and nd_int8_t arrays, to catch direct references.Guy Harris2017-12-101-7/+6
* VJC: Update the input buffer pointer type to 'u_char *'Francois-Xavier Le Bail2017-12-021-1/+1
* Rename EXTRACT_ macrosFrancois-Xavier Le Bail2017-11-221-3/+3
* More EXTRACT_8BITS() and other cleanups.Guy Harris2017-11-221-1/+1
* Clean up RX dissector.Guy Harris2017-11-211-1/+1
* More EXTRACT_8BITS() changes. Use ND_CHECK_nBITS() more as well.Guy Harris2017-11-191-1/+1
* Expand, and update, a comment.Guy Harris2017-11-191-1/+11
* ZMTP: Rename a printer functionFrancois-Xavier Le Bail2017-11-161-1/+1
* NFS: Rename two printer functionsFrancois-Xavier Le Bail2017-11-161-2/+2
* SUNRPC: Rename entry functionFrancois-Xavier Le Bail2017-11-161-1/+1
* DNS: Rename entry functionFrancois-Xavier Le Bail2017-11-161-1/+1
* Rename some link-layer dissector entry functionsFrancois-Xavier Le Bail2017-11-161-17/+17
* Check for unaligned memory access support at compile time.Guy Harris2017-10-161-8/+24
* Fix a commentFrancois-Xavier Le Bail2017-09-201-1/+1