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-lisp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lose some more unnecessary #include lines. [skip ci]
Denis Ovsienko
2020-11-27
1
-1
/
+0
*
Include <string.h> only if required.
Denis Ovsienko
2020-10-17
1
-1
/
+0
*
Remove useless 'return' at end of void functions (style)
Francois-Xavier Le Bail
2020-09-28
1
-3
/
+0
*
Remove some now redundant ND_TCHECK_4() calls
Francois-Xavier Le Bail
2020-09-08
1
-1
/
+0
*
Remove some now redundant ND_TCHECK_16() calls
Francois-Xavier Le Bail
2020-09-07
1
-1
/
+0
*
lisp: don't call hex_print_with_offset() with a zero offset.
Guy Harris
2020-05-25
1
-3
/
+3
*
More bounds checking when fetching addresses and converting to strings.
Guy Harris
2020-01-19
1
-6
/
+8
*
Fix some narrowing warnings on LP64/LLP64 platforms.
Guy Harris
2019-04-18
1
-1
/
+1
*
Use the new GET_ macros instead of the EXTRACT_ ones
Francois-Xavier Le Bail
2019-03-26
1
-20
/
+20
*
Add the nd_print_invalid() function
Francois-Xavier Le Bail
2018-09-11
1
-1
/
+1
*
Fix space printing with istr[]
Francois-Xavier Le Bail
2018-05-18
1
-1
/
+1
*
Print truncations with nd_print_trunc() instead of tstr[] strings
Francois-Xavier Le Bail
2018-05-04
1
-2
/
+1
*
Add the ndo_protocol field in the netdissect_options structure
Francois-Xavier Le Bail
2018-03-16
1
-0
/
+1
*
Remove function specifier 'inline' in printers
Francois-Xavier Le Bail
2018-01-26
1
-4
/
+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
-31
/
+31
*
Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)
Francois-Xavier Le Bail
2017-12-11
1
-4
/
+6
*
Make nd_uint8_t and nd_int8_t arrays, to catch direct references.
Guy Harris
2017-12-10
1
-19
/
+21
*
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
-9
/
+9
*
Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
Francois-Xavier Le Bail
2017-11-18
1
-9
/
+10
*
Put some function definition names at the beginning of line
Francois-Xavier Le Bail
2017-11-16
1
-1
/
+2
*
LISP: include local netdissect.h first
Denis Ovsienko
2017-03-12
1
-1
/
+1
*
Add a summary comment in all other printers
Francois-Xavier Le Bail
2016-08-15
1
-2
/
+3
*
call ipaddr_string() instead of getname()
Denis Ovsienko
2016-07-11
1
-2
/
+2
*
call ip6addr_string() instead of getname6()
Denis Ovsienko
2016-07-11
1
-2
/
+2
*
Change istr[] (for invalid string) to be global
Francois-Xavier Le Bail
2016-01-28
1
-1
/
+0
*
LISP: Add and use istr[] and tstr[] strings
Francois-Xavier Le Bail
2015-11-21
1
-10
/
+9
*
Fix a comment
Francois-Xavier Le Bail
2015-10-08
1
-1
/
+1
*
Introduce data types to use for integral values in packet structures.
Guy Harris
2015-10-06
1
-24
/
+24
*
LISP: Fix a Clang warning
Francois-Xavier Le Bail
2015-10-05
1
-2
/
+1
*
LISP: We always support IPv6 addresses now
Francois-Xavier Le Bail
2015-10-05
1
-10
/
+0
*
Initial commit for support of Type 3 and Type 4 LISP packets.
ritsz
2015-10-04
1
-0
/
+461