2025-03-31 |
Francois-Xavier... | NTP: Update a field name with the RFC 5905 name |
blob | commitdiff | raw |
2024-09-30 |
Francois-Xavier... | NTP: Use GET_U_1() to replace a direct dereference |
blob | commitdiff | raw | diff to current |
2024-09-16 |
Joachim Kross | NTP: Print kiss codes relevant for NTP debugging |
blob | commitdiff | raw | diff to current |
2024-03-28 |
Francois-Xavier... | Include <config.h> unconditionally |
blob | commitdiff | raw | diff to current |
2024-02-28 |
Francois-Xavier... | Fix some typos |
blob | commitdiff | raw | diff to current |
2024-02-25 |
Guy Harris | ntp: always make sure the entire extension field is... |
blob | commitdiff | raw | diff to current |
2023-09-23 |
Miroslav Lichvar | NTP: Print extension fields |
blob | commitdiff | raw | diff to current |
2023-02-15 |
Francois-Xavier... | Fix spaces before tabs in indentation |
blob | commitdiff | raw | diff to current |
2023-02-15 |
Denis Ovsienko | Include <time.h> from netdissect.h. |
blob | commitdiff | raw | diff to current |
2023-01-30 |
Guy Harris | configure, CMakeLists.txt: don't check for snprintf(). |
blob | commitdiff | raw | diff to current |
2021-01-19 |
Denis Ovsienko | NTP: Modernize packet parsing style. [skip ci] |
blob | commitdiff | raw | diff to current |
2020-09-06 |
Francois-Xavier... | Remove many (762) now redundant ND_TCHECK_n() calls |
blob | commitdiff | raw | diff to current |
2020-05-28 |
Guy Harris | Merge branch 'master' into macsec |
blob | commitdiff | raw | diff to current |
2020-05-25 |
Guy Harris | Merge branch 'master' into fix_udp_frag_badlen 602/head |
blob | commitdiff | raw | diff to current |
2020-05-25 |
Guy Harris | Merge pull request #773 from Mister-X-/fix-reason-codes |
blob | commitdiff | raw | diff to current |
2020-05-25 |
Guy Harris | Merge pull request #772 from Mister-X-/fix-status-codes |
blob | commitdiff | raw | diff to current |
2020-04-21 |
Herwin Weststrate | Extract NTP printing |
blob | commitdiff | raw | diff to current |
2020-02-29 |
Michael Richardson | Merge pull request #492 from vel21ripn/nflog-print |
blob | commitdiff | raw | diff to current |
2020-01-20 |
Guy Harris | More bounds checking when fetching addresses and conver... |
blob | commitdiff | raw | diff to current |
2019-03-26 |
Francois-Xavier... | Use the new GET_ macros instead of the EXTRACT_ ones |
blob | commitdiff | raw | diff to current |
2018-11-17 |
Tero Kivinen | Updated 802.15.4 code |
blob | commitdiff | raw | diff to current |
2018-09-11 |
Francois-Xavier... | Add the nd_print_invalid() function |
blob | commitdiff | raw | diff to current |
2018-09-03 |
Francois-Xavier... | Fix spaces |
blob | commitdiff | raw | diff to current |
2018-08-14 |
Francois-Xavier... | NTP: Fix UTC/GMT timestamps printing according to RFC3339 |
blob | commitdiff | raw | diff to current |
2018-05-20 |
Francois-Xavier... | NTP: Fix extracting the poll value |
blob | commitdiff | raw | diff to current |
2018-05-18 |
Francois-Xavier... | Fix space printing with istr[] |
blob | commitdiff | raw | diff to current |
2018-05-04 |
Francois-Xavier... | Print truncations with nd_print_trunc() instead of... |
blob | commitdiff | raw | diff to current |
2018-04-30 |
Francois-Xavier... | Rename the fn_printX() functions to nd_printX() |
blob | commitdiff | raw | diff to current |
2018-03-16 |
Francois-Xavier... | Add the ndo_protocol field in the netdissect_options... |
blob | commitdiff | raw | diff to current |
2018-02-03 |
Guy Harris | Do time stamp deltas with unsigned arithmetic. |
blob | commitdiff | raw | diff to current |
2018-01-31 |
Guy Harris | Merge branch 'master' of github.com:the-tcpdump-group... |
blob | commitdiff | raw | diff to current |
2018-01-31 |
Guy Harris | Have ip{6}addr_string take a u_char * as the second... |
blob | commitdiff | raw | diff to current |
2018-01-22 |
Francois-Xavier... | NTP: Replace ND_TCHECK calls by ND_TCHECK_SIZE calls |
blob | commitdiff | raw | diff to current |
2018-01-21 |
Guy Harris | Always include <config.h> rather than "config.h". |
blob | commitdiff | raw | diff to current |
2018-01-21 |
Francois-Xavier... | Use quoted include netdissect-stdinc.h instead of angle... |
blob | commitdiff | raw | diff to current |
2018-01-14 |
Guy Harris | Check against various modes explicitly. |
blob | commitdiff | raw | diff to current |
2018-01-11 |
Guy Harris | Clean up signed vs. unsigned. |
blob | commitdiff | raw | diff to current |
2018-01-08 |
Francois-Xavier... | Remove unneeded '&' when getting a pointer to an nd_uin... |
blob | commitdiff | raw | diff to current |
2018-01-07 |
Francois-Xavier... | NTP: Use more ND_TCHECK_n() macros |
blob | commitdiff | raw | diff to current |
2018-01-07 |
Francois-Xavier... | Update ND_PRINT() as a variadic macro |
blob | commitdiff | raw | diff to current |
2017-12-16 |
Guy Harris | Merge branch 'master' into master 630/head |
blob | commitdiff | raw | diff to current |
2017-12-14 |
Francois-Xavier... | NTP: Replace ND_TCHECK2 calls by ND_TCHECK_LEN calls |
blob | commitdiff | raw | diff to current |
2017-12-13 |
Francois-Xavier... | Remove all storage class specifier 'register' |
blob | commitdiff | raw | diff to current |
2017-12-13 |
Guy Harris | C99 type, not BSD type; use uint8_t. |
blob | commitdiff | raw | diff to current |
2017-12-11 |
Francois-Xavier... | Replace ND_TTEST2()/ND_TCHECK2() macros by macros using... |
blob | commitdiff | raw | diff to current |
2017-12-11 |
Guy Harris | Make nd_uint8_t and nd_int8_t arrays, to catch direct... |
blob | commitdiff | raw | diff to current |
2017-11-22 |
Francois-Xavier... | Rename EXTRACT_ macros |
blob | commitdiff | raw | diff to current |
2017-11-18 |
Francois-Xavier... | Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS() |
blob | commitdiff | raw | diff to current |
2017-11-11 |
David Cronin | Merge remote-tracking branch 'upstream/master' |
blob | commitdiff | raw | diff to current |
2017-09-28 |
Michael Richardson | Merge pull request #635 from sjvudp/f-contribute |
blob | commitdiff | raw | diff to current |
2017-09-21 |
Guy Harris | Make the delta between 1970 and 1900 a 64-bit signed... |
blob | commitdiff | raw | diff to current |
2017-09-21 |
Guy Harris | Fix handling of NTP time stamps. |
blob | commitdiff | raw | diff to current |
2017-09-20 |
Guy Harris | Actually, the UNALIGNED might not be necessary. |
blob | commitdiff | raw | diff to current |
2017-09-20 |
Denis Ovsienko | NTP: Remove some duplicate output. |
blob | commitdiff | raw | diff to current |
2017-09-20 |
Guy Harris | Try marking structures as UNALIGNED. |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Denis Ovsienko | NTP: Add missing bounds checks. |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Denis Ovsienko | NTP: Update length checks after the recent commit. |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Denis Ovsienko | NTP: Use nd_XXXXX integer types in the structures. |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Denis Ovsienko | NTP: Use tstr for truncation indicator. |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Ulrich Windl | print-ntp.c: Handle NTP Control Messages |
blob | commitdiff | raw | diff to current |
2017-09-04 |
Guy Harris | Squelch a warning. |
blob | commitdiff | raw | diff to current |
2017-08-30 |
Denis Ovsienko | NTP: Improve length checks. |
blob | commitdiff | raw | diff to current |
2017-08-30 |
Miroslav Lichvar | Print NTP MAC with 160-bit digest. |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Guy Harris | Merge pull request #613 from msehnout/master |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Ulrich Windl | Print NTP timestamps as UTC, not local time |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Ulrich Windl | Prepare print-ntp.c for NTP Control Messages |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Ulrich Windl | print-ntp.c: Add and use VERSIONSHIFT |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Denis Ovsienko | NTP: For clarity use 0x with hexadecimal format. |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Miroslav Lichvar | Fix printing of NTP key-id. |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Miroslav Lichvar | Print NTP refid as hexadecimal number. |
blob | commitdiff | raw | diff to current |
2017-08-29 |
Miroslav Lichvar | Fix printing of NTP poll interval. |
blob | commitdiff | raw | diff to current |
2017-01-18 |
Guy Harris | Merge pull request #500 from atsampson/master |
blob | commitdiff | raw | diff to current |
2016-08-15 |
Francois-Xavier... | Add a summary comment in all other printers |
blob | commitdiff | raw | diff to current |
2016-08-14 |
Francois-Xavier... | Move the printer summaries from INSTALL.txt to each... |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Guy Harris | Use double rather than float. |
blob | commitdiff | raw | diff to current |
2015-09-14 |
Guy Harris | Consistently use float constants. |
blob | commitdiff | raw | diff to current |
2015-09-10 |
Francois-Xavier... | Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h' |
blob | commitdiff | raw | diff to current |
2015-09-05 |
Francois-Xavier... | Printers must include 'netdissect.h', not 'interface.h' |
blob | commitdiff | raw | diff to current |
2015-05-20 |
Guy Harris | Merge pull request #455 from brooksdavis/gndo-cleanup |
blob | commitdiff | raw | diff to current |
2015-04-27 |
Guy Harris | Fix a bunch of de-constifications. |
blob | commitdiff | raw | diff to current |
2015-04-22 |
Michael Richardson | Merge branch 'master' of git+ssh://bpf.tcpdump.org... |
blob | commitdiff | raw | diff to current |
2015-03-22 |
Denis Ovsienko | dismiss NETDISSECT_REWORKED macro |
blob | commitdiff | raw | diff to current |
2014-04-23 |
Guy Harris | u_intN_t is dead, long live uintN_t. |
blob | commitdiff | raw | diff to current |
2014-04-14 |
Denis Ovsienko | NDOize the rest of util.c |
blob | commitdiff | raw | diff to current |
2014-04-06 |
Denis Ovsienko | Merge remote-tracking branch 'bpf/master' |
blob | commitdiff | raw | diff to current |
2014-04-04 |
Guy Harris | Netdissectify the to-name resolution routines. |
blob | commitdiff | raw | diff to current |
2014-04-02 |
Denis Ovsienko | convert some stray printf()'s |
blob | commitdiff | raw | diff to current |
2014-03-20 |
Denis Ovsienko | NDOize ATM, MPTCP, NTP, VTP & Whiteboard decoders |
blob | commitdiff | raw | diff to current |
2014-01-03 |
Michael Richardson | Merge branch 'master' of git+ssh://bpf.tcpdump.org... |
blob | commitdiff | raw | diff to current |
2014-01-02 |
Denis Ovsienko | remove tcpdump's own CVS keywords |
blob | commitdiff | raw | diff to current |
2014-01-02 |
Michael Richardson | Merge branch 'master' of git+ssh://bpf.tcpdump.org... |
blob | commitdiff | raw | diff to current |
2014-01-02 |
Michael Richardson | whitespace changes |
blob | commitdiff | raw | diff to current |
2013-12-31 |
Guy Harris | Pull a bunch of headers into the only source file that... |
blob | commitdiff | raw | diff to current |
2013-09-24 |
Denis Ovsienko | justify declarations of struct tok arrays |
blob | commitdiff | raw | diff to current |
2013-02-22 |
Bill Fenner | Merge branch 'master' of git://github.com/mcr/tcpdump |
blob | commitdiff | raw | diff to current |
2013-02-07 |
Ajith Adapa | Merge remote branch 'upstream/master' |
blob | commitdiff | raw | diff to current |
2012-11-16 |
Wesley Shields | Merge branch 'master' of https://github.com/mcr/tcpdump |
blob | commitdiff | raw | diff to current |
2012-11-13 |
peppe | The peer polling interval is an exponent; treat it... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Dmitry Eremin-Sole... | Merge remote branch 'origin/master' |
blob | commitdiff | raw | diff to current |
2010-02-24 |
Guy Harris | Merge branch 'cleanup' of git://github.com/krajaratnam... |
blob | commitdiff | raw | diff to current |
next |