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-ospf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some now redundant ND_TCHECK_4() calls
Francois-Xavier Le Bail
2020-09-08
1
-9
/
+0
*
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
-30
/
+0
*
ospf: make more variables unsigned.
Guy Harris
2020-05-27
1
-8
/
+14
*
ospf: clean up some length checks.
Guy Harris
2020-05-26
1
-1
/
+16
*
ospf: when processing LS_OPAQUE_TYPE_RI, don't modify ls_length.
Guy Harris
2020-05-26
1
-8
/
+9
*
More bounds checking when fetching addresses and converting to strings.
Guy Harris
2020-01-19
1
-31
/
+31
*
More use of %zu to print sizeof values.
Guy Harris
2019-08-11
1
-2
/
+2
*
Use the new GET_ macros instead of the EXTRACT_ ones
Francois-Xavier Le Bail
2019-03-26
1
-98
/
+101
*
Add the nd_print_invalid() function
Francois-Xavier Le Bail
2018-09-11
1
-1
/
+1
*
Print truncations with nd_print_trunc() instead of tstr[] strings
Francois-Xavier Le Bail
2018-05-04
1
-3
/
+2
*
Remove the safeputs() function
Francois-Xavier Le Bail
2018-05-02
1
-1
/
+1
*
Add the ndo_protocol field in the netdissect_options structure
Francois-Xavier Le Bail
2018-03-16
1
-0
/
+1
*
Rename some printer functions to *_print
Francois-Xavier Le Bail
2018-02-22
1
-4
/
+4
*
Remove unneeded '&' when getting a pointer to a nd_ipv4 type
Francois-Xavier Le Bail
2018-01-31
1
-1
/
+1
*
Have ip{6}addr_string take a u_char * as the second argument.
Guy Harris
2018-01-31
1
-15
/
+15
*
Use EXTRACT_IPV4_TO_NETWORK_ORDER() when checking an address against 0.
Guy Harris
2018-01-30
1
-3
/
+3
*
Use nd_ipv4 rather than struct in_addr.
Guy Harris
2018-01-30
1
-29
/
+29
*
OSPF: Use more ND_TCHECK_SIZE() macros
Francois-Xavier Le Bail
2018-01-24
1
-4
/
+4
*
OSPF: Use more ND_TCHECK_n() macros
Francois-Xavier Le Bail
2018-01-24
1
-9
/
+9
*
Use more ND_TCHECK_n() macros
Francois-Xavier Le Bail
2018-01-22
1
-18
/
+18
*
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
-10
/
+10
*
Update ND_PRINT() as a variadic macro
Francois-Xavier Le Bail
2018-01-07
1
-165
/
+165
*
Use ND_TTEST_SIZE()/ND_TCHECK_SIZE() macros (1/n)
Francois-Xavier Le Bail
2018-01-03
1
-5
/
+5
*
Use 'u_char *' type for input buffer pointer like in most similar cases
Francois-Xavier Le Bail
2018-01-02
1
-4
/
+4
*
Make 1-element arrays for fields that may repeat.
Guy Harris
2017-12-23
1
-3
/
+3
*
OSPF: Fix two bounds checks
Francois-Xavier Le Bail
2017-12-17
1
-2
/
+2
*
Use nd_ types for OSPF and OSPF6 packets.
Guy Harris
2017-12-14
1
-69
/
+73
*
Remove all storage class specifier 'register'
Francois-Xavier Le Bail
2017-12-13
1
-29
/
+29
*
Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)
Francois-Xavier Le Bail
2017-12-11
1
-4
/
+4
*
Use more the ND_TCHECK_1() macro
Francois-Xavier Le Bail
2017-12-04
1
-1
/
+1
*
Use more the EXTRACT_U_1() macro (31/n)
Francois-Xavier Le Bail
2017-11-27
1
-3
/
+3
*
Use more ND_TCHECK_n()/ND_TTEST_n() macros
Francois-Xavier Le Bail
2017-11-24
1
-6
/
+6
*
Use more ND_TCHECK_n() macros
Francois-Xavier Le Bail
2017-11-24
1
-5
/
+5
*
Rename EXTRACT_ macros
Francois-Xavier Le Bail
2017-11-22
1
-63
/
+63
*
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
-57
/
+57
*
OSPF: refine unknown packet type handling
Denis Ovsienko
2017-02-02
1
-9
/
+1
*
Add a bounds check.
Guy Harris
2017-01-18
1
-0
/
+1
*
Move the printer summaries from INSTALL.txt to each printer
Francois-Xavier Le Bail
2016-08-14
1
-0
/
+2
*
OSPF: Do more bounds checking
Francois-Xavier Le Bail
2016-07-04
1
-3
/
+8
*
OSPF: Fix printing 'ospf_topology_values' default
Francois-Xavier Le Bail
2016-07-04
1
-11
/
+11
*
Change istr[] (for invalid string) to be global
Francois-Xavier Le Bail
2016-01-28
1
-1
/
+0
*
OSPF: Fix a segmentation fault
Francois-Xavier Le Bail
2015-12-09
1
-3
/
+65
*
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
-20
/
+20
[next]