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
/
tcp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
From Fang Wang:
Guy Harris
2009-08-18
1
-0
/
+3
*
SMB-over-TCP (port 445) support.
guy
2007-12-09
1
-1
/
+4
*
change the TCP printer to print new-style order:
hannes
2007-01-29
1
-10
/
+31
*
add basic support for keyed authentication TCP option
hannes
2005-11-29
1
-2
/
+2
*
From Bruce M. Simpson: add a "-M" flag to specify a shared secret for
guy
2004-03-23
1
-1
/
+5
*
The "__attribute__((packed))" tag on structures causes some files not to
guy
2002-12-11
1
-2
/
+2
*
put __attribute__((packed)) to packet headers. s/u_short/u_int16_t/ and so
itojun
2002-11-09
1
-2
/
+2
*
Move some stuff that tried to make up for system headers from print-tcp.c
fenner
2001-05-09
1
-7
/
+12
*
C bitfields are no longer being used to extract bit fields from the IP
guy
2000-10-03
1
-24
/
+1
*
fix mistake in bitfield conversion
itojun
2000-10-03
1
-3
/
+3
*
always use u_intXX_t for protocol format declaration. char/short/int may not
itojun
2000-10-03
1
-11
/
+11
*
do not use integer bitfield when we care about the resulting member size.
itojun
2000-10-03
1
-9
/
+3
*
Declare bitfields as "u_int", not "u_char"; ANSI C doesn't guarantee
guy
2000-09-29
1
-3
/
+3
*
Add an "ip.h" header, to declare the IP stuff needed by dissectors, and
guy
2000-09-23
1
-1
/
+24
*
Add "tcp.h" and "udp.h" headers, to declare the TCP and UDP stuff needed
guy
2000-09-23
1
-0
/
+81