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-babel.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
-1
/
+0
*
Remove some trailing spaces/tabs
Francois-Xavier Le Bail
2020-06-13
1
-5
/
+4
*
Babel: Store the return value of babel_print_v2_tlvs() in ret
Francois-Xavier Le Bail
2020-05-25
1
-1
/
+1
*
babel: update to include various later RFCs and I-Ds, including RFC 6126bis.
Guy Harris
2020-05-24
1
-21
/
+133
*
More bounds checking when fetching addresses and converting to strings.
Guy Harris
2020-01-19
1
-0
/
+11
*
Babel: Add a missing length check.
Denis Ovsienko
2019-10-28
1
-0
/
+2
*
Babel: Add a test capture file
Francois-Xavier Le Bail
2019-10-28
1
-2
/
+2
*
Remove more old-compiler compensation.
Guy Harris
2019-08-08
1
-5
/
+5
*
Squelch more warnings.
Guy Harris
2019-04-17
1
-1
/
+2
*
Clean up types to squelch narrowing warnings.
Guy Harris
2019-04-17
1
-1
/
+1
*
Use the new GET_ macros instead of the EXTRACT_ ones
Francois-Xavier Le Bail
2019-03-26
1
-67
/
+70
*
Add the ndo parameter to some functions
Francois-Xavier Le Bail
2019-03-26
1
-4
/
+4
*
Babel: Avoid an unsigned integer underflow
Francois-Xavier Le Bail
2019-03-09
1
-1
/
+2
*
Fix small misspellings
Antonin Décimo
2019-01-23
1
-1
/
+1
*
Add the nd_print_invalid() function
Francois-Xavier Le Bail
2018-09-11
1
-2
/
+2
*
Print truncations with nd_print_trunc() instead of tstr[] strings
Francois-Xavier Le Bail
2018-05-04
1
-4
/
+3
*
Add the ndo_protocol field in the netdissect_options structure
Francois-Xavier Le Bail
2018-03-16
1
-0
/
+1
*
Babel: amend to match the specification better
Denis Ovsienko
2018-02-01
1
-15
/
+15
*
Babel: amend the previous change
Denis Ovsienko
2018-02-01
1
-3
/
+5
*
Fix printing of wildcard retractions and IHU in Babel printer.
Juliusz Chroboczek
2018-02-01
1
-11
/
+18
*
Add nd_{v}snprintf() routines/wrappers.
Guy Harris
2018-01-29
1
-5
/
+5
*
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
*
Clean up signed vs. unsigned.
Guy Harris
2018-01-11
1
-3
/
+3
*
Update ND_PRINT() as a variadic macro
Francois-Xavier Le Bail
2018-01-07
1
-85
/
+85
*
Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)
Francois-Xavier Le Bail
2017-12-11
1
-1
/
+1
*
Use more the EXTRACT_U_1() macro (55/n)
Francois-Xavier Le Bail
2017-12-10
1
-1
/
+1
*
Use more the EXTRACT_U_1() macro (53/n)
Francois-Xavier Le Bail
2017-12-10
1
-4
/
+4
*
Use more the EXTRACT_U_1() macro (52/n)
Francois-Xavier Le Bail
2017-12-09
1
-12
/
+12
*
Use more the EXTRACT_U_1() macro (46/n)
Francois-Xavier Le Bail
2017-12-03
1
-1
/
+1
*
Use more the EXTRACT_U_1() macro (43/n)
Francois-Xavier Le Bail
2017-12-03
1
-2
/
+2
*
Use more the EXTRACT_U_1() macro (42/n)
Francois-Xavier Le Bail
2017-12-02
1
-1
/
+1
*
Use more the EXTRACT_U_1() macro (39/n)
Francois-Xavier Le Bail
2017-12-01
1
-6
/
+14
*
Use more the EXTRACT_U_1() macro (28/n)
Francois-Xavier Le Bail
2017-11-26
1
-10
/
+10
*
Use more ND_TCHECK_n()/ND_TTEST_n() macros
Francois-Xavier Le Bail
2017-11-24
1
-4
/
+4
*
Rename EXTRACT_ macros
Francois-Xavier Le Bail
2017-11-22
1
-25
/
+25
*
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (17/n)
Francois-Xavier Le Bail
2017-11-21
1
-2
/
+4
*
Don't do ++ inside the argument to EXTRACT_8BITS().
Guy Harris
2017-11-19
1
-1
/
+2
*
Use more the EXTRACT_8BITS() macro to fetch a one-byte value (2/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
-22
/
+22
*
Add a summary comment in all other printers
Francois-Xavier Le Bail
2016-08-15
1
-0
/
+2
*
Change istr[] (for invalid string) to be global
Francois-Xavier Le Bail
2016-01-28
1
-1
/
+0
*
Don't require IPv6 library support in order to support IPv6 addresses.
Guy Harris
2015-09-17
1
-8
/
+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
-2
/
+3
*
Use the word 'invalid' for 'malformed' or 'corrupted' packets
Francois-Xavier Le Bail
2015-09-06
1
-35
/
+35
*
Printers must include 'netdissect.h', not 'interface.h'
Francois-Xavier Le Bail
2015-09-05
1
-1
/
+1
*
Babel: address a couple compiler warnings
Denis Ovsienko
2015-08-13
1
-2
/
+2
*
Babel: add decoder for source-specific extension.
Matthieu Boutier
2015-08-13
1
-1
/
+119
*
dismiss NETDISSECT_REWORKED macro
Denis Ovsienko
2015-03-22
1
-1
/
+0
[next]