]> The Tcpdump Group git mirrors - tcpdump/commit
change the TCP printer to print new-style order:
authorhannes <hannes>
Mon, 29 Jan 2007 09:59:42 +0000 (09:59 +0000)
committerhannes <hannes>
Mon, 29 Jan 2007 09:59:42 +0000 (09:59 +0000)
commit9427d40c14077527b18af1bedeae39457b2981fe
treec30a7ab957070c7d9ca2f6fe39eaec5372262665
parent1f30d54a0f528d6c2130afd09f4e3962b9ec7f93
change the TCP printer to print new-style order:
  - seperate fields by comma
  - use [] for flags and options sets
  - print a trailing length field

make use of tok2str() and bitttok2str()
move port definitions into tcp.h
netdissect.h
print-tcp.c
tcp.h
util.c