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-ipx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove more old-compiler compensation.
Guy Harris
2019-08-08
1
-1
/
+1
*
Use the new GET_ macros instead of the EXTRACT_ ones
Francois-Xavier Le Bail
2019-03-26
1
-18
/
+18
*
Add the ndo parameter to some functions
Francois-Xavier Le Bail
2019-03-26
1
-5
/
+5
*
IPX: Add a length check
Francois-Xavier Le Bail
2019-03-11
1
-0
/
+5
*
Add more nd_print_trunc() calls
Francois-Xavier Le Bail
2018-05-17
1
-1
/
+1
*
Add more nd_print_trunc() calls
Francois-Xavier Le Bail
2018-05-10
1
-2
/
+2
*
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
*
IPX: Use more ND_TCHECK_n() macros
Francois-Xavier Le Bail
2018-02-12
1
-3
/
+3
*
IPX: Use more the nd_uint32_t type
Francois-Xavier Le Bail
2018-01-30
1
-2
/
+2
*
Add nd_{v}snprintf() routines/wrappers.
Guy Harris
2018-01-29
1
-1
/
+1
*
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
*
IPX: Use more ND_TCHECK_n() macros
Francois-Xavier Le Bail
2018-01-07
1
-2
/
+2
*
Update ND_PRINT() as a variadic macro
Francois-Xavier Le Bail
2018-01-07
1
-32
/
+32
*
Use nd_ types, clean up signed vs. unsigned.
Guy Harris
2017-12-30
1
-20
/
+20
*
Remove all storage class specifier 'register'
Francois-Xavier Le Bail
2017-12-13
1
-1
/
+1
*
Replace ND_TTEST2()/ND_TCHECK2() macros by macros using pointers (1/n)
Francois-Xavier Le Bail
2017-12-11
1
-4
/
+4
*
Use a byte pointer in the IPX SAP and RIP printers.
Guy Harris
2017-12-03
1
-28
/
+57
*
Use more the EXTRACT_U_1() macro (39/n)
Francois-Xavier Le Bail
2017-12-01
1
-1
/
+3
*
Rename EXTRACT_ macros
Francois-Xavier Le Bail
2017-11-22
1
-15
/
+15
*
Use pointer expressions like in most similar cases
Francois-Xavier Le Bail
2017-11-20
1
-7
/
+7
*
Rename EXTRACT_nBITS() macros to EXTRACT_BE_nBITS()
Francois-Xavier Le Bail
2017-11-18
1
-15
/
+15
*
Add a summary comment in all other printers
Francois-Xavier Le Bail
2016-08-15
1
-1
/
+0
*
Move the printer summaries from INSTALL.txt to each printer
Francois-Xavier Le Bail
2016-08-14
1
-0
/
+2
*
Get rid of "TCPDUMP" in some libnetdissect codes
Francois-Xavier Le Bail
2015-10-08
1
-2
/
+2
*
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
*
Functions in libnetdissect must use ndo_error() function
Francois-Xavier Le Bail
2015-09-05
1
-2
/
+2
*
Fix a bunch of de-constifications.
Guy Harris
2015-04-26
1
-5
/
+5
*
dismiss NETDISSECT_REWORKED macro
Denis Ovsienko
2015-03-22
1
-1
/
+0
*
u_intN_t is dead, long live uintN_t.
Guy Harris
2014-04-23
1
-12
/
+12
*
NDOize the rest of util.c
Denis Ovsienko
2014-04-14
1
-1
/
+1
*
NDOize SMB decoder
Denis Ovsienko
2014-04-02
1
-2
/
+2
*
NDOize EIGRP, ICMP, L2TP, STP and UDP decoders
Denis Ovsienko
2014-03-15
1
-1
/
+1
*
make use of NETDISSECT_REWORKED
Denis Ovsienko
2014-03-15
1
-0
/
+1
*
NDOize 8 more small decoders
Denis Ovsienko
2014-03-13
1
-56
/
+54
*
remove tcpdump's own CVS keywords
Denis Ovsienko
2014-01-03
1
-5
/
+0
*
Commit more changes from the previous two.
Guy Harris
2013-12-30
1
-1
/
+24
*
Print IPX network numbers as 8 hex digits, as we do elsewhere.
Guy Harris
2010-08-17
1
-2
/
+2
*
Bounds-check the individual components of a SAP reply.
guy
2005-05-06
1
-2
/
+3
*
Add an "fn_printzp()" routine for printing null-padded strings (strings
guy
2005-05-06
1
-2
/
+5
*
From Steinar Haug <sthaug@nethelp.no>: put declarations inside a
guy
2004-05-26
1
-5
/
+5
*
display cosmetics to better indicate that we are dissecting IPX frames
hannes
2004-05-01
1
-1
/
+4
*
display cosmetics
hannes
2004-04-30
1
-7
/
+7
*
-add baseline support for dissecting EIGRP-IP and EIGRP-IPX messages
hannes
2004-04-30
1
-2
/
+2
*
Have the configure script arrange that the Makefile define _U_
guy
2003-11-16
1
-4
/
+4
*
From Neil Spring:
guy
2003-11-15
1
-4
/
+4
*
Added support for Win32, based on WinPcap.
risso
2002-08-01
1
-6
/
+2
*
From Heinz-Ado Arnolds <Ado.Arnolds@dhm-systems.de>:
guy
2001-11-25
1
-7
/
+6
[next]