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-aoe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace the (void)nd_printn(..., NULL) calls by nd_printjn() calls
Francois-Xavier Le Bail
2021-01-08
1
-1
/
+1
*
Squelch some signed vs. unsigned warnings.
Guy Harris
2021-01-01
1
-1
/
+1
*
Fix a few bitmap printing bugs.
Denis Ovsienko
2020-10-01
1
-8
/
+8
*
Introduce and use ND_LONGJMP_FROM_TCHECK.
Denis Ovsienko
2020-09-27
1
-18
/
+1
*
AoE: Fix aoev1_issue_print(). [skip ci]
Denis Ovsienko
2020-09-25
1
-1
/
+1
*
AoE: Modernize packet parsing style.
Denis Ovsienko
2020-09-18
1
-33
/
+56
*
Remove 96 assorted ND_TCHECK calls.
Denis Ovsienko
2020-09-08
1
-4
/
+0
*
Remove many (762) now redundant ND_TCHECK_n() calls
Francois-Xavier Le Bail
2020-09-06
1
-27
/
+0
*
Use the Wayback Machine for some removed documents
Francois-Xavier Le Bail
2020-02-06
1
-1
/
+3
*
More bounds checking when fetching addresses and converting to strings.
Guy Harris
2020-01-19
1
-2
/
+2
*
CVE-2017-16808/AoE: Add a missing bounds check.
Francois-Xavier Le Bail
2019-06-05
1
-0
/
+1
*
Use the new GET_ macros instead of the EXTRACT_ ones
Francois-Xavier Le Bail
2019-03-26
1
-29
/
+35
*
Add the nd_print_invalid() function
Francois-Xavier Le Bail
2018-09-11
1
-6
/
+6
*
No need to check whether data is present if there isn't any data.
Guy Harris
2018-06-24
1
-1
/
+1
*
Print truncations with nd_print_trunc() instead of tstr[] strings
Francois-Xavier Le Bail
2018-05-04
1
-7
/
+6
*
Rename the fn_printX() functions to nd_printX()
Francois-Xavier Le Bail
2018-04-30
1
-1
/
+1
*
Add the ndo_protocol field in the netdissect_options structure
Francois-Xavier Le Bail
2018-03-16
1
-0
/
+1
*
AoE: Fix the uses of the pointer to the end of current packet
Francois-Xavier Le Bail
2018-03-01
1
-6
/
+6
*
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
-45
/
+45
*
Use nd_ types in 802.x and FDDI headers.
Guy Harris
2017-12-12
1
-6
/
+5
*
Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)
Francois-Xavier Le Bail
2017-12-11
1
-8
/
+8
*
Use more the EXTRACT_U_1() macro (49/n)
Francois-Xavier Le Bail
2017-12-09
1
-3
/
+3
*
Use more the EXTRACT_U_1() macro (31/n)
Francois-Xavier Le Bail
2017-11-27
1
-11
/
+11
*
Use more ND_TCHECK_n()/ND_TTEST_n() macros
Francois-Xavier Le Bail
2017-11-24
1
-30
/
+30
*
Rename EXTRACT_ macros
Francois-Xavier Le Bail
2017-11-22
1
-15
/
+15
*
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (16/n)
Francois-Xavier Le Bail
2017-11-21
1
-1
/
+1
*
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (14/n)
Francois-Xavier Le Bail
2017-11-21
1
-1
/
+1
*
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (12/n)
Francois-Xavier Le Bail
2017-11-20
1
-1
/
+1
*
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (10/n)
Francois-Xavier Le Bail
2017-11-19
1
-1
/
+1
*
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/n)
Francois-Xavier Le Bail
2017-11-19
1
-5
/
+5
*
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (1/n)
Francois-Xavier Le Bail
2017-11-19
1
-1
/
+1
*
Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
Francois-Xavier Le Bail
2017-11-18
1
-5
/
+5
*
Add a summary comment in all other printers
Francois-Xavier Le Bail
2016-08-15
1
-4
/
+4
*
Change istr[] (for invalid string) to be global
Francois-Xavier Le Bail
2016-01-28
1
-1
/
+0
*
Rename 'tcpdump-stdinc.h' to 'netdissect-stdinc.h'
Francois-Xavier Le Bail
2015-09-10
1
-1
/
+1
*
Rename cstr[] to istr[] like invalid string
Francois-Xavier Le Bail
2015-09-06
1
-7
/
+7
*
Use the word 'invalid' for 'malformed' or 'corrupted' packets
Francois-Xavier Le Bail
2015-09-06
1
-16
/
+16
*
Printers must include 'netdissect.h', not 'interface.h'
Francois-Xavier Le Bail
2015-09-05
1
-1
/
+1
*
dismiss NETDISSECT_REWORKED macro
Denis Ovsienko
2015-03-22
1
-1
/
+0
*
AoE: add version 1 decoder (GH #298)
Denis Ovsienko
2014-05-04
1
-0
/
+432