summaryrefslogtreecommitdiff
path: root/print-zep.c
Commit message (Expand)AuthorAgeFilesLines
* Have a common routine for converting dates and times to strings.Guy Harris2023-02-021-4/+3
* configure, CMakeLists.txt: don't check for snprintf().Guy Harris2023-01-301-2/+0
* Update the ND_LCHECK*() macros to ND_ICHECK*() macrosFrancois-Xavier Le Bail2021-12-291-3/+3
* ZEP: Add three length checksFrancois-Xavier Le Bail2021-11-281-0/+6
* ZEP: Add a bounds checkFrancois-Xavier Le Bail2021-05-091-0/+2
* ZEP: Remove 3 ND_TCHECK_LEN() callsFrancois-Xavier Le Bail2020-10-061-9/+0
* ZEP: Use %u for unsigned valuesFrancois-Xavier Le Bail2020-10-061-8/+8
* ZEP: Fix invalid Preamble Code processingFrancois-Xavier Le Bail2020-10-061-3/+9
* Define FMAXINT only once and use it properly.Denis Ovsienko2020-07-281-1/+0
* Fix spacesFrancois-Xavier Le Bail2019-08-051-1/+1
* ZEP: Assign ndo_protocol in lowercases like in most similar casesFrancois-Xavier Le Bail2019-06-111-2/+2
* Use quoted include netdissect-stdinc.h instead of angle-bracketed oneFrancois-Xavier Le Bail2019-04-141-1/+1
* Use the new GET_ macros instead of the EXTRACT_ onesFrancois-Xavier Le Bail2019-03-261-16/+16
* ZEP: Use nd_print_protocol() and nd_print_trunc() callsFrancois-Xavier Le Bail2019-03-261-2/+3
* Remove useless commentsFrancois-Xavier Le Bail2019-03-261-7/+0
* Clean up whitespacesFrancois-Xavier Le Bail2019-03-261-15/+15
* Fixed more warnings.Tero Kivinen2018-11-181-3/+4
* Updated 802.15.4 codeTero Kivinen2018-11-181-94/+106
* Fixed warningsTero Kivinen2017-03-261-1/+0
* IEEE 802.15.4 printer which understands frame version 2 frames, and also know...Tero Kivinen2017-03-261-0/+174