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-ip.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some now redundant ND_TCHECK_4() calls
Francois-Xavier Le Bail
2020-09-08
1
-4
/
+0
*
Remove many (762) now redundant ND_TCHECK_n() calls
Francois-Xavier Le Bail
2020-09-06
1
-14
/
+0
*
IPv4/IPv6 demux: Rename a printer
Francois-Xavier Le Bail
2020-03-08
1
-1
/
+1
*
More bounds checking when fetching addresses and converting to strings.
Guy Harris
2020-01-19
1
-8
/
+8
*
raw IP: Assign ndo_protocol in lowercases like in most similar cases
Francois-Xavier Le Bail
2019-06-11
1
-1
/
+1
*
Don't pop packet info if we haven't pushed it.
Guy Harris
2019-04-28
1
-2
/
+3
*
Treat the length field in an Ethernet header as such.
Guy Harris
2019-04-22
1
-5
/
+6
*
Squelch more warnings.
Guy Harris
2019-04-17
1
-1
/
+1
*
Clean up types to squelch narrowing warnings.
Guy Harris
2019-04-17
1
-3
/
+3
*
Put IPv4/IPv6 protocol demultiplexing into a common routine.
Guy Harris
2019-03-27
1
-238
/
+45
*
No need to print the source and destination IP addresses twice on the same line.
Guy Harris
2019-03-27
1
-8
/
+0
*
Use the new GET_ macros instead of the EXTRACT_ ones
Francois-Xavier Le Bail
2019-03-26
1
-34
/
+34
*
Have all Internet-checksum computing routines return a uint16_t.
Guy Harris
2018-12-11
1
-1
/
+1
*
IP: Simplify an expression
Francois-Xavier Le Bail
2018-09-22
1
-1
/
+1
*
Add a nd_print_trunc() call
Francois-Xavier Le Bail
2018-09-13
1
-1
/
+2
*
Add the nd_print_invalid() function
Francois-Xavier Le Bail
2018-09-11
1
-1
/
+1
*
IP: Stop decoding when truncation occurs in options
Francois-Xavier Le Bail
2018-06-05
1
-7
/
+19
*
IP: Print clearer when the version is invalid
Francois-Xavier Le Bail
2018-06-03
1
-0
/
+1
*
Remove some spaces (style)
Francois-Xavier Le Bail
2018-05-10
1
-2
/
+2
*
Print truncations with nd_print_trunc() instead of tstr[] strings
Francois-Xavier Le Bail
2018-05-04
1
-4
/
+3
*
Remove useless comments
Francois-Xavier Le Bail
2018-03-19
1
-9
/
+0
*
Add the ndo_protocol field in the netdissect_options structure
Francois-Xavier Le Bail
2018-03-16
1
-0
/
+2
*
Remove a trailing space
Francois-Xavier Le Bail
2018-03-09
1
-1
/
+1
*
Rename some printer functions to *_print
Francois-Xavier Le Bail
2018-02-22
1
-1
/
+1
*
Have ip{6}addr_string take a u_char * as the second argument.
Guy Harris
2018-01-31
1
-8
/
+8
*
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
-12
/
+17
*
Remove unneeded '&' when getting a pointer to an nd_uintN_t type
Francois-Xavier Le Bail
2018-01-08
1
-3
/
+3
*
IP: Remove space printing at end of line
Francois-Xavier Le Bail
2018-01-07
1
-2
/
+2
*
IP: Use more ND_TCHECK_n() macros
Francois-Xavier Le Bail
2018-01-07
1
-1
/
+1
*
Update ND_PRINT() as a variadic macro
Francois-Xavier Le Bail
2018-01-07
1
-69
/
+69
*
Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (2/n)
Francois-Xavier Le Bail
2018-01-03
1
-1
/
+1
*
Add EXTRACT_ macros/functions for IPv4 addresses, get rid of structure wrappers.
Guy Harris
2017-12-20
1
-7
/
+4
*
Use more the ND_TTEST_1() macro
Francois-Xavier Le Bail
2017-12-15
1
-1
/
+1
*
Remove all storage class specifier 'register'
Francois-Xavier Le Bail
2017-12-13
1
-9
/
+9
*
Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)
Francois-Xavier Le Bail
2017-12-11
1
-3
/
+3
*
Make nd_uint8_t and nd_int8_t arrays, to catch direct references.
Guy Harris
2017-12-10
1
-16
/
+22
*
Use more the EXTRACT_U_1() macro (53/n)
Francois-Xavier Le Bail
2017-12-10
1
-3
/
+4
*
Use more the EXTRACT_U_1() macro (52/n)
Francois-Xavier Le Bail
2017-12-09
1
-2
/
+2
*
Use more the EXTRACT_U_1() macro (50/n)
Francois-Xavier Le Bail
2017-12-09
1
-1
/
+1
*
Use more the EXTRACT_U_1() macro (49/n)
Francois-Xavier Le Bail
2017-12-09
1
-3
/
+3
*
Use more the ND_TCHECK_1() macro
Francois-Xavier Le Bail
2017-12-04
1
-3
/
+3
*
Use more the ND_TCHECK_1() macro
Francois-Xavier Le Bail
2017-12-04
1
-6
/
+6
*
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 (44/n)
Francois-Xavier Le Bail
2017-12-03
1
-1
/
+1
*
Use more the EXTRACT_U_1() macro (28/n)
Francois-Xavier Le Bail
2017-11-26
1
-4
/
+4
*
Use pointer expressions like in most similar cases
Francois-Xavier Le Bail
2017-11-25
1
-2
/
+2
*
Use more ND_TCHECK_n()/ND_TTEST_n() macros
Francois-Xavier Le Bail
2017-11-24
1
-1
/
+1
*
Use more the EXTRACT_U_1() macro to fetch a one-byte value (25/n)
Francois-Xavier Le Bail
2017-11-23
1
-1
/
+1
[next]