index
:
delta/tcpdump.git
add-program-name-option
additional-changes-to-testrun
bare
coverity_scan
enable-probot-stale
lbl
master
mcr-macro-update-1
move-packets-captured-to-ndo
origin
tcpdump-3.5
tcpdump-3.6
tcpdump-3.7
tcpdump-3.8
tcpdump-3.9
tcpdump-4.0
tcpdump-4.1
tcpdump-4.10
tcpdump-4.2
tcpdump-4.3
tcpdump-4.4
tcpdump-4.5
tcpdump-4.6
tcpdump-4.7
tcpdump-4.8
tcpdump-4.9
tcpdump-4.99
tcpdump_3_5
tcpdump_3_6
tcpdump_3_7
tcpdump_3_8
tcpdump_3_9
tcpdump_4.1
tcpdump_4.2
tcpdump_4.3
tcpdump_4.4
tcpdump_4.5
tcpdump_4_0
tcpdump_4_4rel0
tcpdump_4_5
test-rc
github.com: the-tcpdump-group/tcpdump.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
print-vtp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove many (762) now redundant ND_TCHECK_n() calls
Francois-Xavier Le Bail
2020-09-06
1
-3
/
+0
*
More bounds checking when fetching addresses and converting to strings.
Guy Harris
2020-01-19
1
-1
/
+1
*
Use more HTTPS in URLs
Francois-Xavier Le Bail
2019-08-19
1
-3
/
+3
*
VTP: Avoid a pointer overflow
Francois-Xavier Le Bail
2019-07-30
1
-1
/
+1
*
Use the new GET_ macros instead of the EXTRACT_ ones
Francois-Xavier Le Bail
2019-03-26
1
-24
/
+24
*
Add more nd_print_trunc() calls
Francois-Xavier Le Bail
2018-05-10
1
-1
/
+1
*
Remove some spaces (style)
Francois-Xavier Le Bail
2018-05-10
1
-2
/
+2
*
Rename the fn_printX() functions to nd_printX()
Francois-Xavier Le Bail
2018-04-30
1
-2
/
+2
*
Remove useless comments
Francois-Xavier Le Bail
2018-03-19
1
-7
/
+0
*
Add the ndo_protocol field in the netdissect_options structure
Francois-Xavier Le Bail
2018-03-16
1
-0
/
+1
*
Always include <config.h> rather than "config.h".
Guy Harris
2018-01-21
1
-1
/
+1
*
Use quoted include netdissect-stdinc.h instead of angle-bracketed one
Francois-Xavier Le Bail
2018-01-21
1
-1
/
+1
*
Update ND_PRINT() as a variadic macro
Francois-Xavier Le Bail
2018-01-07
1
-30
/
+30
*
Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)
Francois-Xavier Le Bail
2018-01-03
1
-1
/
+1
*
Use nd_ types, add EXTRACT_ calls.
Guy Harris
2017-12-30
1
-19
/
+20
*
Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)
Francois-Xavier Le Bail
2017-12-11
1
-6
/
+6
*
Use more the EXTRACT_U_1() macro (49/n)
Francois-Xavier Le Bail
2017-12-09
1
-2
/
+2
*
Use more the EXTRACT_U_1() macro (31/n)
Francois-Xavier Le Bail
2017-11-27
1
-1
/
+1
*
Use more the EXTRACT_U_1() macro (29/n)
Francois-Xavier Le Bail
2017-11-26
1
-1
/
+1
*
Use more ND_TCHECK_n()/ND_TTEST_n() macros
Francois-Xavier Le Bail
2017-11-24
1
-3
/
+3
*
Rename EXTRACT_ macros
Francois-Xavier Le Bail
2017-11-22
1
-17
/
+17
*
Rename ND_TCHECK_/ND_TTEST_ macros
Francois-Xavier Le Bail
2017-11-22
1
-2
/
+2
*
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (18/n)
Francois-Xavier Le Bail
2017-11-21
1
-3
/
+3
*
Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
Francois-Xavier Le Bail
2017-11-18
1
-14
/
+14
*
CVE-2017-13033/VTP: Add more bound and length checks.
Guy Harris
2017-09-13
1
-62
/
+80
*
CVE-2017-13020/VTP: Add some missing bounds checks.
Guy Harris
2017-09-13
1
-0
/
+2
*
VTP: Add a test on Mgmt Domain Name length
Francois-Xavier Le Bail
2016-09-12
1
-5
/
+10
*
Add a summary comment in all other printers
Francois-Xavier Le Bail
2016-08-15
1
-2
/
+2
*
VTP: Add bounds checks
Francois-Xavier Le Bail
2015-11-21
1
-0
/
+5
*
VTP: Filter out non-printable characters
Francois-Xavier Le Bail
2015-11-10
1
-10
/
+11
*
Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
Francois-Xavier Le Bail
2015-09-10
1
-1
/
+1
*
Printers must include 'netdissect.h', not 'interface.h'
Francois-Xavier Le Bail
2015-09-05
1
-1
/
+1
*
Fix a bunch of de-constifications.
Guy Harris
2015-04-26
1
-1
/
+1
*
dismiss NETDISSECT_REWORKED macro
Denis Ovsienko
2015-03-22
1
-1
/
+0
*
don't reinvent ND_TCHECK2()
Denis Ovsienko
2014-06-12
1
-6
/
+3
*
u_intN_t is dead, long live uintN_t.
Guy Harris
2014-04-23
1
-7
/
+7
*
Netdissectify the to-name resolution routines.
Guy Harris
2014-04-04
1
-1
/
+1
*
NDOize ATM, MPTCP, NTP, VTP & Whiteboard decoders
Denis Ovsienko
2014-03-20
1
-36
/
+34
*
ndo-ize print-ascii: hex_print_with_offset()
Michael Richardson
2014-01-01
1
-1
/
+1
*
whitespace changes
Michael Richardson
2014-01-01
1
-13
/
+13
*
justify declarations of struct tok arrays
Denis Ovsienko
2013-09-24
1
-6
/
+6
*
From Carles Kishimoto <carles.kishimoto@gmail.com>:
hannes
2007-03-26
1
-0
/
+6
*
From Carles Kishimoto <carles.kishimoto@gmail.com>:
hannes
2007-03-23
1
-10
/
+109
*
remove unused variables / tokentables
hannes
2007-03-23
1
-8
/
+1
*
From Carles Kishimoto <carles.kishimoto@gmail.com>:
hannes
2007-03-21
1
-0
/
+280