CHANGES 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446
  1. Sunday September 3, 2017 denis@ovsienko.info
  2. Summary for 4.9.2 tcpdump release
  3. Do not use getprotobynumber() for protocol name resolution. Do not do
  4. any protocol name resolution if -n is specified.
  5. Improve errors detection in the test scripts.
  6. Fix a segfault with OpenSSL 1.1 and improve OpenSSL usage.
  7. Clean up IS-IS printing.
  8. Fix buffer overflow vulnerabilities:
  9. CVE-2017-11543 (SLIP)
  10. CVE-2017-13011 (bittok2str_internal)
  11. Fix infinite loop vulnerabilities:
  12. CVE-2017-12989 (RESP)
  13. CVE-2017-12990 (ISAKMP)
  14. CVE-2017-12995 (DNS)
  15. CVE-2017-12997 (LLDP)
  16. Fix buffer over-read vulnerabilities:
  17. CVE-2017-11541 (safeputs)
  18. CVE-2017-11542 (PIMv1)
  19. CVE-2017-12893 (SMB/CIFS)
  20. CVE-2017-12894 (lookup_bytestring)
  21. CVE-2017-12895 (ICMP)
  22. CVE-2017-12896 (ISAKMP)
  23. CVE-2017-12897 (ISO CLNS)
  24. CVE-2017-12898 (NFS)
  25. CVE-2017-12899 (DECnet)
  26. CVE-2017-12900 (tok2strbuf)
  27. CVE-2017-12901 (EIGRP)
  28. CVE-2017-12902 (Zephyr)
  29. CVE-2017-12985 (IPv6)
  30. CVE-2017-12986 (IPv6 routing headers)
  31. CVE-2017-12987 (IEEE 802.11)
  32. CVE-2017-12988 (telnet)
  33. CVE-2017-12991 (BGP)
  34. CVE-2017-12992 (RIPng)
  35. CVE-2017-12993 (Juniper)
  36. CVE-2017-11542 (PIMv1)
  37. CVE-2017-11541 (safeputs)
  38. CVE-2017-12994 (BGP)
  39. CVE-2017-12996 (PIMv2)
  40. CVE-2017-12998 (ISO IS-IS)
  41. CVE-2017-12999 (ISO IS-IS)
  42. CVE-2017-13000 (IEEE 802.15.4)
  43. CVE-2017-13001 (NFS)
  44. CVE-2017-13002 (AODV)
  45. CVE-2017-13003 (LMP)
  46. CVE-2017-13004 (Juniper)
  47. CVE-2017-13005 (NFS)
  48. CVE-2017-13006 (L2TP)
  49. CVE-2017-13007 (Apple PKTAP)
  50. CVE-2017-13008 (IEEE 802.11)
  51. CVE-2017-13009 (IPv6 mobility)
  52. CVE-2017-13010 (BEEP)
  53. CVE-2017-13012 (ICMP)
  54. CVE-2017-13013 (ARP)
  55. CVE-2017-13014 (White Board)
  56. CVE-2017-13015 (EAP)
  57. CVE-2017-11543 (SLIP)
  58. CVE-2017-13016 (ISO ES-IS)
  59. CVE-2017-13017 (DHCPv6)
  60. CVE-2017-13018 (PGM)
  61. CVE-2017-13019 (PGM)
  62. CVE-2017-13020 (VTP)
  63. CVE-2017-13021 (ICMPv6)
  64. CVE-2017-13022 (IP)
  65. CVE-2017-13023 (IPv6 mobility)
  66. CVE-2017-13024 (IPv6 mobility)
  67. CVE-2017-13025 (IPv6 mobility)
  68. CVE-2017-13026 (ISO IS-IS)
  69. CVE-2017-13027 (LLDP)
  70. CVE-2017-13028 (BOOTP)
  71. CVE-2017-13029 (PPP)
  72. CVE-2017-13030 (PIM)
  73. CVE-2017-13031 (IPv6 fragmentation header)
  74. CVE-2017-13032 (RADIUS)
  75. CVE-2017-13033 (VTP)
  76. CVE-2017-13034 (PGM)
  77. CVE-2017-13035 (ISO IS-IS)
  78. CVE-2017-13036 (OSPFv3)
  79. CVE-2017-13037 (IP)
  80. CVE-2017-13038 (PPP)
  81. CVE-2017-13039 (ISAKMP)
  82. CVE-2017-13040 (MPTCP)
  83. CVE-2017-13041 (ICMPv6)
  84. CVE-2017-13042 (HNCP)
  85. CVE-2017-13043 (BGP)
  86. CVE-2017-13044 (HNCP)
  87. CVE-2017-13045 (VQP)
  88. CVE-2017-13046 (BGP)
  89. CVE-2017-13047 (ISO ES-IS)
  90. CVE-2017-13048 (RSVP)
  91. CVE-2017-13049 (Rx)
  92. CVE-2017-13050 (RPKI-Router)
  93. CVE-2017-13051 (RSVP)
  94. CVE-2017-13052 (CFM)
  95. CVE-2017-13053 (BGP)
  96. CVE-2017-13054 (LLDP)
  97. CVE-2017-13055 (ISO IS-IS)
  98. CVE-2017-13687 (Cisco HDLC)
  99. CVE-2017-13688 (OLSR)
  100. CVE-2017-13689 (IKEv1)
  101. CVE-2017-13690 (IKEv2)
  102. CVE-2017-13725 (IPv6 routing headers)
  103. Sunday July 23, 2017 denis@ovsienko.info
  104. Summary for 4.9.1 tcpdump release
  105. CVE-2017-11108/Fix bounds checking for STP.
  106. Make assorted documentation updates and fix a few typos in tcpdump output.
  107. Fixup -C for file size >2GB (GH #488).
  108. Show AddressSanitizer presence in version output.
  109. Fix a bug in test scripts (exposed in GH #613).
  110. On FreeBSD adjust Capsicum capabilities for netmap.
  111. On Linux fix a use-after-free when the requested interface does not exist.
  112. Wednesday January 18, 2017 devel.fx.lebail@orange.fr
  113. Summary for 4.9.0 tcpdump release
  114. General updates:
  115. Fix some heap overflows found with American Fuzzy Lop by Hanno Boeck and others
  116. (More information in the log with CVE-2016-* and CVE-2017-*)
  117. Change the way protocols print link-layer addresses (Fix heap overflows
  118. in CALM-FAST and GeoNetworking printers)
  119. Pass correct caplen value to ether_print() and some other functions
  120. Fix lookup_nsap() to match what isonsap_string() expects
  121. Clean up relative time stamp printing (Fix an array overflow)
  122. Fix some alignment issues with GCC on Solaris 10 SPARC
  123. Add some ND_TTEST_/ND_TCHECK_ macros to simplify writing bounds checks
  124. Add a fn_printztn() which returns the number of bytes processed
  125. Add nd_init() and nd_cleanup() functions. Improve libsmi support
  126. Add CONTRIBUTING file
  127. Add a summary comment in all printers
  128. Compile with more warning options in devel mode if supported (-Wcast-qual, ...)
  129. Fix some leaks found by Valgrind/Memcheck
  130. Fix a bunch of de-constifications
  131. Squelch some Coverity warnings and some compiler warnings
  132. Update Coverity and Travis-CI setup
  133. Update Visual Studio files
  134. Frontend:
  135. Fix capsicum support to work with zerocopy buffers in bpf
  136. Try opening interfaces by name first, then by name-as-index
  137. Work around pcap_create() failures fetching time stamp type lists
  138. Fix a segmentation fault with 'tcpdump -J'
  139. Improve addrtostr6() bounds checking
  140. Add exit_tcpdump() function
  141. Don't drop CAP_SYS_CHROOT before chrooting
  142. Fixes issue where statistics not reported when -G and -W options used
  143. Updated printers:
  144. 802.11: Beginnings of 11ac radiotap support
  145. 802.11: Check the Protected bit for management frames
  146. 802.11: Do bounds checking on last_presentp before dereferencing it (Fix a heap overflow)
  147. 802.11: Fix the radiotap printer to handle the special bits correctly
  148. 802.11: If we have the MCS field, it's 11n
  149. 802.11: Only print unknown frame type or subtype messages once
  150. 802.11: Radiotap dBm values get printed as dB; Update a test output accordingly
  151. 802.11: Source and destination addresses were backwards
  152. AH: Add a bounds check
  153. AH: Report to our caller that dissection failed if a bounds check fails
  154. AP1394: Print src > dst, not dst > src
  155. ARP: Don't assume the target hardware address is <= 6 octets long (Fix a heap overflow)
  156. ATALK: Add bounds and length checks (Fix heap overflows)
  157. ATM: Add some bounds checks (Fix a heap overflow)
  158. ATM: Fix an incorrect bounds check
  159. BFD: Update specification from draft to RFC 5880
  160. BFD: Update to print optional authentication field
  161. BGP: Add support for the AIGP attribute (RFC7311)
  162. BGP: Print LARGE_COMMUNITY Path Attribute
  163. BGP: Update BGP numbers from IANA; Print minor values for FSM notification
  164. BOOTP: Add a bounds check
  165. Babel: Add decoder for source-specific extension
  166. CDP: Filter out non-printable characters
  167. CFM: Fixes to match the IEEE standard, additional bounds and length checks
  168. CSLIP: Add more bounds checks (Fix a heap overflow)
  169. ClassicalIPoATM: Add a bounds check on LLC+SNAP header (Fix a heap overflow)
  170. DHCP: Fix MUDURL and TZ options
  171. DHCPv6: Process MUDURL and TZ options
  172. DHCPv6: Update Status Codes with RFCs/IANA names
  173. DNS: Represent the "DNSSEC OK" bit as "DO" instead of "OK". Add a test case
  174. DTP: Improve packet integrity checks
  175. EGP: Fix bounds checks
  176. ESP: Don't use OpenSSL_add_all_algorithms() in OpenSSL 1.1.0 or later
  177. Ethernet: Add some bounds checking before calling isoclns_print (Fix a heap overflow)
  178. Ethernet: Print the Length/Type field as length when needed
  179. FDDI: Fix -e output for FDDI
  180. FR: Add some packet-length checks and improve Q.933 printing (Fix heap overflows)
  181. GRE: Add some bounds checks (Fix heap overflows)
  182. Geneve: Fix error message with invalid option length; Update list option classes
  183. HNCP: Fix incorrect time interval format. Fix handling of IPv4 prefixes
  184. ICMP6: Fetch a 32-bit big-endian quantity with EXTRACT_32BITS()
  185. IGMP: Add a length check
  186. IP: Add a bounds check (Fix a heap overflow)
  187. IP: Check before fetching the protocol version (Fix a heap overflow)
  188. IP: Don't try to dissect if IP version != 4 (Fix a heap overflow)
  189. IP: Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP
  190. IPComp: Check whether we have the CPI before we fetch it (Fix a heap overflow)
  191. IPoFC: Fix -e output (IP-over-Fibre Channel)
  192. IPv6: Don't overwrite the destination IPv6 address for routing headers
  193. IPv6: Fix header printing
  194. IPv6: Stop processing IPPROTO_ values once we hit IPPROTO_IPCOMP
  195. ISAKMP: Clean up parsing of IKEv2 Security Associations
  196. ISOCLNS/IS-IS: Add support for Purge Originator Identifier (RFC6232) and test cases
  197. ISOCLNS/IS-IS: Don't overwrite packet data when checking the signature
  198. ISOCLNS/IS-IS: Filter out non-printable characters
  199. ISOCLNS/IS-IS: Fix segmentation faults
  200. ISOCLNS/IS-IS: Have signature_verify() do the copying and clearing
  201. ISOCLNS: Add some bounds checks
  202. Juniper: Make sure a Juniper header TLV isn't bigger than what's left in the packet (Fix a heap overflow)
  203. LLC/SNAP: With -e, print the LLC header before the SNAP header; without it, cut the SNAP header
  204. LLC: Add a bounds check (Fix a heap overflow)
  205. LLC: Clean up printing of LLC packets
  206. LLC: Fix the printing of RFC 948-style IP packets
  207. LLC: Skip the LLC and SNAP headers with -x for 802.11 and some other protocols
  208. LLDP: Implement IANA OUI and LLDP MUD option
  209. MPLS LSP ping: Update printing for RFC 4379, bug fixes, more bounds checks
  210. MPLS: "length" is now the *remaining* packet length
  211. MPLS: Add bounds and length checks (Fix a heap overflow)
  212. NFS: Don't assume the ONC RPC header is nicely aligned
  213. NFS: Don't overflow the Opaque_Handle buffer (Fix a segmentation fault)
  214. NFS: Don't run past the end of an NFSv3 file handle
  215. OLSR: Add a test to cover a HNA sgw case
  216. OLSR: Fix 'Advertised networks' count
  217. OLSR: Fix printing of smart-gateway HNAs in IPv4
  218. OSPF: Add a bounds check for the Hello packet options
  219. OSPF: Do more bounds checking
  220. OSPF: Fix a segmentation fault
  221. OSPF: Fix printing 'ospf_topology_values' default
  222. OTV: Add missing bounds checks
  223. PGM: Print the formatted IP address, not the raw binary address, as a string
  224. PIM: Add some bounds checking (Fix a heap overflow)
  225. PIMv2: Fix checksumming of Register messages
  226. PPP: Add some bounds checks (Fix a heap overflow)
  227. PPP: Report invalid PAP AACK/ANAK packets
  228. Q.933: Add a missing bounds check
  229. RADIUS: Add Value 13 "VLAN" to Tunnel-Type attribute
  230. RADIUS: Filter out non-printable characters
  231. RADIUS: Translate UDP/1700 as RADIUS
  232. RESP: Do better checking of RESP packets
  233. RPKI-RTR: Add a return value check for "fn_printn" call
  234. RPKI-RTR: Remove printing when truncated condition already detected
  235. RPL: Fix 'Consistency Check' control code
  236. RPL: Fix suboption print
  237. RSVP: An INTEGRITY object in a submessage covers only the submessage
  238. RSVP: Fix an infinite loop; Add bounds and length checks
  239. RSVP: Fix some if statements missing brackets
  240. RSVP: Have signature_verify() do the copying and clearing
  241. RTCP: Add some bounds checks
  242. RTP: Add some bounds checks, fix two segmentation faults
  243. SCTP: Do more bounds checking
  244. SFLOW: Fix bounds checking
  245. SLOW: Fix bugs, add checks
  246. SMB: Before fetching the flags2 field, make sure we have it
  247. SMB: Do bounds checks on NBNS resource types and resource data lengths
  248. SNMP: Clean up the "have libsmi but no modules loaded" case
  249. SNMP: Clean up the object abbreviation list and fix the code to match them
  250. SNMP: Do bounds checks when printing character and octet strings
  251. SNMP: Improve ASN.1 bounds checks
  252. SNMP: More bounds and length checks
  253. STP: Add a bunch of bounds checks, and fix some printing (Fix heap overflows)
  254. STP: Filter out non-printable characters
  255. TCP: Add bounds and length checks for packets with TCP option 20
  256. TCP: Correct TCP option Kind value for TCP Auth and add SCPS-TP
  257. TCP: Fix two bounds checks (Fix heap overflows)
  258. TCP: Make sure we have the data offset field before fetching it (Fix a heap overflow)
  259. TCP: Put TCP-AO option decoding right
  260. TFTP: Don't use strchr() to scan packet data (Fix a heap overflow)
  261. Telnet: Add some bounds checks
  262. TokenRing: Fix -e output
  263. UDLD: Fix an infinite loop
  264. UDP: Add a bounds check (Fix a heap overflow)
  265. UDP: Check against the packet length first
  266. VAT: Add some bounds checks
  267. VTP: Add a test on Mgmt Domain Name length
  268. VTP: Add bounds checks and filter out non-printable characters
  269. VXLAN: Add a bound check and a test case
  270. ZeroMQ: Fix an infinite loop
  271. Tuesday October 25, 2016 mcr@sandelman.ca
  272. Summary for 4.8.1 tcpdump release
  273. Fix "-x" for Apple PKTAP and PPI packets
  274. Improve separation frontend/backend (tcpdump/libnetdissect)
  275. Fix display of timestamps with -tt, -ttt and -ttttt options
  276. Add support for the Marvell Extended Distributed Switch Architecture header
  277. Use PRIx64 to print a 64-bit number in hex.
  278. Printer for HNCP (RFCs 7787 and 7788).
  279. dagid is always an IPv6 address, not an opaque 128-bit string, and other fixes to RPL printer.
  280. RSVP: Add bounds and length checks
  281. OSPF: Do more bounds checking
  282. Handle OpenSSL 1.1.x.
  283. Initial support for the REdis Serialization Protocol known as RESP.
  284. Add printing function for Generic Protocol Extension for VXLAN
  285. draft-ietf-nvo3-vxlan-gpe-01
  286. Network Service Header: draft-ietf-sfc-nsh-01
  287. Don't recompile the filter if the new file has the same DLT.
  288. Pass an adjusted struct pcap_pkthdr to the sub-printer.
  289. Add three test cases for already fixed CVEs
  290. CVE-2014-8767: OLSR
  291. CVE-2014-8768: Geonet
  292. CVE-2014-8769: AODV
  293. Don't do the DDP-over-UDP heuristic first: GitHub issue #499.
  294. Use the new debugging routines in libpcap.
  295. Harmonize TCP source or destination ports tests with UDP ones
  296. Introduce data types to use for integral values in packet structures.
  297. RSVP: Fix an infinite loop
  298. Support of Type 3 and Type 4 LISP packets.
  299. Don't require IPv6 library support in order to support IPv6 addresses.
  300. Many many changes to support libnetdissect usage.
  301. Add a test that makes unaligned accesses: GitHub issue #478.
  302. add a DNSSEC test case: GH #445 and GH #467.
  303. BGP: add decoding of ADD-PATH capability
  304. fixes to LLC header printing, and RFC948-style IP packets
  305. Friday April 10, 2015 guy@alum.mit.edu
  306. Summary for 4.7.4 tcpdump release
  307. RPKI to Router Protocol: Fix Segmentation Faults and other problems
  308. RPKI to Router Protocol: print strings with fn_printn()
  309. wb: fix some bounds checks
  310. Wednesday March 11, 2015 mcr@sandelman.ca
  311. Summary for 4.7.3 tcpdump release
  312. Capsicum fixes for FreeBSD 10
  313. Tuesday March 10, 2015 mcr@sandelman.ca
  314. Summary for 4.7.2 tcpdump release
  315. DCCP: update Packet Types with RFC4340/IANA names
  316. fixes for CVE-2015-0261: IPv6 mobility header check issue
  317. fixes for CVE-2015-2153, 2154, 2155: kday packets
  318. Friday Nov. 12, 2014 guy@alum.mit.edu
  319. Summary for 4.7.0 tcpdump release
  320. changes to hex printing of CDP packets
  321. Fix PPI printing
  322. Radius: update Packet Type Codes and Attribute Types with RFC/IANA names
  323. Add a routine to print "text protocols", and add FTP/HTTP/SMTP/RTSP support.
  324. improvements to telnet printer, even if not -v
  325. omit length for bcp, print-tcp uses it
  326. formatting fixes for a bunch of protocols
  327. new bounds checks for a number of protocols
  328. split netflow 1,6, and 6 dissector up.
  329. added geneve dissector
  330. CVE-2014-9140 PPP dissector fixed.
  331. Tuesday Sep. 2, 2014 mcr@sandelman.ca
  332. Summary for 4.6.2 tcpdump release
  333. fix out-of-source-tree builds: find libpcap that is out of source
  334. better configure check for libsmi
  335. Saturday Jul. 19, 2014 mcr@sandelman.ca
  336. Summary for 4.6.1 tcpdump release
  337. added FreeBSD capsicum
  338. add a short option '#', same as long option '--number'
  339. Wednesday Jul. 2, 2014 mcr@sandelman.ca
  340. Summary for 4.6.0 tcpdump release
  341. all of tcpdump is now using the new "NDO" code base (Thanks Denis!)
  342. nflog, mobile, forces, pptp, AODV, AHCP, IPv6, OSPFv4, RPL, DHCPv6 enhancements/fixes
  343. M3UA decode added.
  344. many new test cases: 82 in 4.5.1 to 133 in 4.6.0
  345. many improvements to travis continuous integration system: OSX, and Coverity options
  346. cleaned up some unnecessary header files
  347. Added bittok2str().
  348. a number of unaligned access faults fixed
  349. -A flag does not consider CR to be printable anymore
  350. fx.lebail took over coverity baby sitting
  351. default snapshot size increased to 256K for accomodate USB captures
  352. WARNING: this release contains a lot of very worthwhile code churn.
  353. Wednesday Jan. 15, 2014 guy@alum.mit.edu
  354. Summary for 4.5.2 tcpdump release
  355. Man page fix
  356. Fix crashes on SPARC
  357. Monday Nov. 11, 2013 mcr@sandelman.ca
  358. Summary for 4.5.1 tcpdump release
  359. CREDITS file fixes
  360. Thursday Nov. 7, 2013 mcr@sandelman.ca and guy@alum.mit.edu.
  361. Summary for 4.5.0 tcpdump release
  362. some NFSv4 fixes for printing
  363. fix printing of unknown TCP options, and tcp fast-open
  364. fixes for syslog parser
  365. some gcc-version-specific flag tuning
  366. adopt MacOS deprecation workarounds for openssl
  367. improvements to babel printing
  368. add OpenFlow 1.0 (no SSL) and test cases
  369. GeoNet printer.
  370. added STBC Rx support
  371. improvements to DHCPv6 decoder
  372. clarify which autoconf is needed
  373. Point users to the the-tcpdump-group repository on GitHub rather
  374. than the mcr repository
  375. Add MSDP printer.
  376. Fixed IPv6 check on Solaris and other OSes requiring extra
  377. networking libraries.
  378. Add support for VXLAN (draft-mahalingam-dutt-dcops-vxlan-03),
  379. and add "vxlan" as an option for -T.
  380. Add support for OTV (draft-hasmit-otv-04).
  381. fixes for DLT_IEEE802_11_RADIO datalink types
  382. added MPTCP decoder
  383. Saturday April 6, 2013 guy@alum.mit.edu.
  384. Summary for 4.4.0 tcpdump release
  385. RPKI-RTR (RFC6810) is now official (TCP Port 323)
  386. Fix detection of OpenSSL libcrypto.
  387. Add DNSSL (RFC6106) support.
  388. Add "radius" as an option for -T.
  389. Update Action codes for handle_action function according to
  390. 802.11s amendment.
  391. Decode DHCPv6 AFTR-Name option (RFC6334).
  392. Updates for Babel.
  393. Fix printing of infinite lifetime in ICMPv6.
  394. Added support for SPB, SPBM Service Identifier, and Unicast
  395. Address sub-TLV in ISIS.
  396. Decode RIPv2 authentication up to RFC4822.
  397. Fix RIP Request/full table decoding issues.
  398. On Linux systems with cap-ng.h, drop root privileges
  399. using Linux Capabilities.
  400. Add support for reading multiple files.
  401. Add MS NLB heartbeat printer.
  402. Separate multiple nexthops in BGP.
  403. Wednesday November 28, 2012 guy@alum.mit.edu.
  404. Summary for 4.3.1 tcpdump release
  405. Print "LLDP, length N" for LLDP packets even when not in verbose
  406. mode, so something is printed even if only the timestamp is
  407. present
  408. Document "-T carp"
  409. Print NTP poll interval correctly (it's an exponent, so print
  410. both its raw value and 2^value)
  411. Document that "-e" is used to get MAC addresses
  412. More clearly document that you need to escape or quote
  413. backslashes in filter expressions on the command line
  414. Fix some "the the" in the man page
  415. Use the right maximum path length
  416. Don't treat 192_1_2, when passed to -i, as an interface number
  417. Friday April 3, 2012. mcr@sandelman.ca.
  418. Summary for 4.3.0 tcpdump release
  419. fixes for forces: SPARSE data (per RFC 5810)
  420. some more test cases added
  421. updates to documentation on -l, -U and -w flags.
  422. Fix printing of BGP optional headers.
  423. Tried to include DLT_PFSYNC support, failed due to headers required.
  424. added TIPC support.
  425. Fix LLDP Network Policy bit definitions.
  426. fixes for IGMPv3's Max Response Time: it is in units of 0.1 second.
  427. SIGUSR1 can be used rather than SIGINFO for stats
  428. permit -n flag to affect print-ip for protocol numbers
  429. ND_OPT_ADVINTERVAL is in milliseconds, not seconds
  430. Teach PPPoE parser about RFC 4638
  431. Friday December 9, 2011. guy@alum.mit.edu.
  432. Summary for 4.2.1 tcpdump release
  433. Only build the Babel printer if IPv6 is enabled.
  434. Support Babel on port 6696 as well as 6697.
  435. Include ppi.h in release tarball.
  436. Include all the test files in the release tarball, and don't
  437. "include" test files that no longer exist.
  438. Don't assume we have <rpc/rpc.h> - check for it.
  439. Support "-T carp" as a way of dissecting IP protocol 112 as CARP
  440. rather than VRRP.
  441. Support Hilscher NetAnalyzer link-layer header format.
  442. Constify some pointers and fix compiler warnings.
  443. Get rid of never-true test.
  444. Fix an unintended fall-through in a case statement in the ARP
  445. printer.
  446. Fix several cases where sizeof(sizeof(XXX)) was used when just
  447. sizeof(XXX) was intended.
  448. Make stricter sanity checks in the ES-IS printer.
  449. Get rid of some GCCisms that caused builds to fai with compilers
  450. that don't support them.
  451. Fix typo in man page.
  452. Added length checks to Babel printer.
  453. Sunday July 24, 2011. mcr@sandelman.ca.
  454. Summary for 4.2.+
  455. merged 802.15.4 decoder from Dmitry Eremin-Solenikov <dbaryshkov
  456. at gmail dot com>
  457. updates to forces for new port numbers
  458. Use "-H", not "-h", for the 802.11s option. (-h always help)
  459. Better ICMPv6 checksum handling.
  460. add support for the RPKI/Router Protocol, per -ietf-sidr-rpki-rtr-12
  461. get rid of uuencoded pcap test files, git can do binary.
  462. sFlow changes for 64-bit counters.
  463. fixes for PPI packet header handling and printing.
  464. Add DCB Exchange protocol (DCBX) version 1.01.
  465. Babel dissector, from Juliusz Chroboczek and Grégoire Henry.
  466. improvements to radiotap for rate values > 127.
  467. Many improvements to ForCES decode, including fix SCTP TML port
  468. updated RPL type code to RPL-17 draft
  469. Improve printout of DHCPv6 options.
  470. added support and test case for QinQ (802.1q VLAN) packets
  471. Handle DLT_IEEE802_15_4_NOFCS like DLT_IEEE802_15_4.
  472. Build fixes for Sparc and other machines with alignment restrictions.
  473. Merged changes from Debian package.
  474. PGM: Add ACK decoding and add PGMCC DATA and FEEDBACK options.
  475. Build fixes for OSX (Snow Leopard and others)
  476. Add support for IEEE 802.15.4 packets
  477. Tue. July 20, 2010. guy@alum.mit.edu.
  478. Summary for 4.1.2 tcpdump release
  479. If -U is specified, flush the file after creating it, so it's
  480. not zero-length
  481. Fix TCP flags output description, and some typoes, in the man
  482. page
  483. Add a -h flag, and only attempt to recognize 802.11s mesh
  484. headers if it's set
  485. When printing the link-layer type list, send *all* output to
  486. stderr
  487. Include the CFLAGS setting when configure was run in the
  488. compiler flags
  489. Thu. April 1, 2010. guy@alum.mit.edu.
  490. Summary for 4.1.1 tcpdump release
  491. Fix build on systems with PF, such as FreeBSD and OpenBSD.
  492. Don't blow up if a zero-length link-layer address is passed to
  493. linkaddr_string().
  494. Thu. March 11, 2010. ken@netfunctional.ca/guy@alum.mit.edu.
  495. Summary for 4.1.0 tcpdump release
  496. Fix printing of MAC addresses for VLAN frames with a length
  497. field
  498. Add some additional bounds checks and use the EXTRACT_ macros
  499. more
  500. Add a -b flag to print the AS number in BGP packets in ASDOT
  501. notation rather than ASPLAIN notation
  502. Add ICMPv6 RFC 5006 support
  503. Decode the access flags in NFS access requests
  504. Handle the new DLT_ for memory-mapped USB captures on Linux
  505. Make the default snapshot (-s) the maximum
  506. Print name of device (when -L is used)
  507. Support for OpenSolaris (and SXCE build 125 and later)
  508. Print new TCP flags
  509. Add support for RPL DIO
  510. Add support for TCP User Timeout (UTO)
  511. Add support for non-standard Ethertypes used by 3com PPPoE gear
  512. Add support for 802.11n and 802.11s
  513. Add support for Transparent Ethernet Bridge ethertype in GRE
  514. Add 4 byte AS support for BGP printer
  515. Add support for the MDT SAFI 66 BG printer
  516. Add basic IPv6 support to print-olsr
  517. Add USB printer
  518. Add printer for ForCES
  519. Handle frames with an FCS
  520. Handle 802.11n Control Wrapper, Block Acq Req and Block Ack frames
  521. Fix TCP sequence number printing
  522. Report 802.2 packets as 802.2 instead of 802.3
  523. Don't include -L/usr/lib in LDFLAGS
  524. On x86_64 Linux, look in lib64 directory too
  525. Lots of code clean ups
  526. Autoconf clean ups
  527. Update testcases to make output changes
  528. Fix compiling with/out smi (--with{,out}-smi)
  529. Fix compiling without IPv6 support (--disable-ipv6)
  530. Mon. October 27, 2008. ken@netfunctional.ca. Summary for 4.0.0 tcpdump release
  531. Add support for Bluetooth Sniffing
  532. Add support for Realtek Remote Control Protocol (openrrcp.org.ru)
  533. Add support for 802.11 AVS
  534. Add support for SMB over TCP
  535. Add support for 4 byte BGP AS printing
  536. Add support for compiling on case-insensitive file systems
  537. Add support for ikev2 printing
  538. Update support for decoding AFS
  539. Update DHCPv6 printer
  540. Use newer libpcap API's (allows -B option on all platforms)
  541. Add -I to turn on monitor mode
  542. Bugfixes in lldp, lspping, dccp, ESP, NFS printers
  543. Cleanup unused files and various cruft
  544. Mon. September 10, 2007. ken@xelerance.com. Summary for 3.9.8 tcpdump release
  545. Rework ARP printer
  546. Rework OSPFv3 printer
  547. Add support for Frame-Relay ARP
  548. Decode DHCP Option 121 (RFC 3442 Classless Static Route)
  549. Decode DHCP Option 249 (MS Classless Static Route) the same as Option 121
  550. TLV: Add support for Juniper .pcap extensions
  551. Print EGP header in new-world-order style
  552. Converted print-isakmp.c to NETDISSECT
  553. Moved AF specific stuff into af.h
  554. Test subsystem now table driven, and saves outputs and diffs to one place
  555. Require <net/pfvar.h> for pf definitions - allows reading of pflog formatted
  556. libpcap files on an OS other than where the file was generated
  557. Wed. July 23, 2007. mcr@xelerance.com. Summary for 3.9.7 libpcap release
  558. NFS: Print unsigned values as such.
  559. RX: parse safely.
  560. BGP: fixes for IPv6-less builds.
  561. 801.1ag: use standard codepoint.
  562. use /dev/bpf on systems with such a device.
  563. 802.11: print QoS data, avoid dissect of no-data frame, ignore padding.
  564. smb: make sure that we haven't gone past the end of the captured data.
  565. smb: squelch an uninitialized complaint from coverity.
  566. NFS: from NetBSD; don't interpret the reply as a possible NFS reply
  567. if it got MSG_DENIED.
  568. BGP: don't print TLV values that didn't fit, from www.digit-labs.org.
  569. revised INSTALL.txt about libpcap dependancy.
  570. Wed. April 25, 2007. ken@xelerance.com. Summary for 3.9.6 tcpdump release
  571. Update man page to reflect changes to libpcap
  572. Changes to both TCP and IP Printer Output
  573. Fix a potential buffer overflow in the 802.11 printer
  574. Print basic info about a few more Cisco LAN protocols.
  575. mDNS cleanup
  576. ICMP MPLS rework of the extension code
  577. bugfix: use the correct codepoint for the OSPF simple text auth token
  578. entry, and use safeputs to print the password.
  579. Add support in pflog for additional values
  580. Add support for OIF RSVP Extensions UNI 1.0 Rev. 2 and additional RSVP objects
  581. Add support for the Message-id NACK c-type.
  582. Add support for 802.3ah loopback ctrl msg
  583. Add support for Multiple-STP as per 802.1s
  584. Add support for rapid-SPT as per 802.1w
  585. Add support for CFM Link-trace msg, Link-trace-Reply msg,
  586. Sender-ID tlv, private tlv, port, interface status
  587. Add support for unidirectional link detection as per
  588. http://www.ietf.org/internet-drafts/draft-foschiano-udld-02.txt
  589. Add support for the olsr protocol as per RFC 3626 plus the LQ
  590. extensions from olsr.org
  591. Add support for variable-length checksum in DCCP, as per section 9 of
  592. RFC 4340.
  593. Add support for per-VLAN spanning tree and per-VLAN rapid spanning tree
  594. Add support for Multiple-STP as per 802.1s
  595. Add support for the cisco propriatry 'dynamic trunking protocol'
  596. Add support for the cisco proprietary VTP protocol
  597. Update dhcp6 options table as per IETF standardization activities
  598. Tue. September 19, 2006. ken@xelerance.com. Summary for 3.9.5 tcpdump release
  599. Fix compiling on AIX (, at end of ENUM)
  600. Updated list of DNS RR typecodes
  601. Use local Ethernet defs on WIN32
  602. Add support for Frame-Relay ARP
  603. Fixes for compiling under MSVC++
  604. Add support for parsing Juniper .pcap files
  605. Add support for FRF.16 Multilink Frame-Relay (DLT_MFR)
  606. Rework the OSPFv3 printer
  607. Fix printing for 4.4BSD/NetBSD NFS Filehandles
  608. Add support for Cisco style NLPID encapsulation
  609. Add cisco prop. eigrp related, extended communities
  610. Add support for BGP signaled VPLS
  611. Cleanup the bootp printer
  612. Add support for PPP over Frame-Relay
  613. Add some bounds checking to the IP options code, and clean up
  614. the options output a bit.
  615. Add additional modp groups to ISAKMP printer
  616. Add support for Address-Withdraw and Label-Withdraw Msgs
  617. Add support for the BFD Discriminator TLV
  618. Fixes for 64bit compiling
  619. Add support for PIMv2 checksum verification
  620. Add support for further dissection of the IPCP Compression Option
  621. Add support for Cisco's proposed VQP protocol
  622. Add basic support for keyed authentication TCP option
  623. Lots of minor cosmetic changes to output printers
  624. Mon. September 19, 2005. ken@xelerance.com. Summary for 3.9.4 tcpdump release
  625. Decoder support for more Juniper link-layer types
  626. Fix a potential buffer overflow (although it can't occur in
  627. practice).
  628. Fix the handling of unknown management frame types in the 802.11
  629. printer.
  630. Add FRF.16 support, fix various Frame Relay bugs.
  631. Add support for RSVP integrity objects, update fast-reroute
  632. object printer to latest spec.
  633. Clean up documentation of vlan filter expression, document mpls
  634. filter expression.
  635. Document new pppoed and pppoes filter expressions.
  636. Update diffserver-TE codepoints as per RFC 4124.
  637. Spelling fixes in ICMPv6.
  638. Don't require any fields other than flags to be present in IS-IS
  639. restart signaling TLVs, and only print the system ID in
  640. those TLVs as system IDs, not as node IDs.
  641. Support for DCCP.
  642. Tue. July 5, 2005. ken@xelerance.com. Summary for 3.9.3 tcpdump release
  643. Option to chroot() when dropping privs
  644. Fixes for compiling on nearly every platform,
  645. including improved 64bit support
  646. Many new testcases
  647. Support for sending packets
  648. Many compliation fixes on most platforms
  649. Fixes for recent version of GCC to eliminate warnings
  650. Improved Unicode support
  651. Decoders & DLT Changes, Updates and New:
  652. AES ESP support
  653. Juniper ATM, FRF.15, FRF.16, PPPoE,
  654. ML-FR, ML-PIC, ML-PPP, PL-PPP, LS-PIC
  655. GGSN,ES,MONITOR,SERVICES
  656. L2VPN
  657. Axent Raptor/Symantec Firewall
  658. TCP-MD5 (RFC 2385)
  659. ESP-in-UDP (RFC 3948)
  660. ATM OAM
  661. LMP, LMP Service Discovery
  662. IP over FC
  663. IP over IEEE 1394
  664. BACnet MS/TP
  665. SS7
  666. LDP over TCP
  667. LACP, MARKER as per 802.3ad
  668. PGM (RFC 3208)
  669. LSP-PING
  670. G.7041/Y.1303 Generic Framing Procedure
  671. EIGRP-IP, EIGRP-IPX
  672. ICMP6
  673. Radio - via radiotap
  674. DHCPv6
  675. HDLC over PPP
  676. Tue. March 30, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.3 release
  677. No changes from 3.8.2. Version bumped only to maintain consistency
  678. with libpcap 0.8.3.
  679. Mon. March 29, 2004. mcr@sandelman.ottawa.on.ca. Summary for 3.8.2 release
  680. Fixes for print-isakmp.c CVE: CAN-2004-0183, CAN-2004-0184
  681. http://www.rapid7.com/advisories/R7-0017.html
  682. IP-over-IEEE1394 printing.
  683. some MINGW32 changes.
  684. updates for autoconf 2.5
  685. fixes for print-aodv.c - check for too short packets
  686. formatting changes to print-ascii for hex output.
  687. check for too short packets: print-bgp.c, print-bootp.c, print-cdp.c,
  688. print-chdlc.c, print-domain.c, print-icmp.c, print-icmp6.c,
  689. print-ip.c, print-lwres.c, print-ospf.c, print-pim.c,
  690. print-ppp.c,print-pppoe.c, print-rsvp.c, print-wb.c
  691. print-ether.c - better handling of unknown types.
  692. print-isoclns.c - additional decoding of types.
  693. print-llc.c - strings for LLC names added.
  694. print-pfloc.c - various enhancements
  695. print-radius.c - better decoding to strings.
  696. Wed. November 12, 2003. mcr@sandelman.ottawa.on.ca. Summary for 3.8 release
  697. changed syntax of -E argument so that multiple SAs can be decrypted
  698. fixes for Digital Unix headers and Documentation
  699. __attribute__ fixes
  700. CDP changes from Terry Kennedy <terry@tmk.com>.
  701. IPv6 mobility updates from Kazushi Sugyo <sugyo@pb.jp.nec.com>
  702. Fixes for ASN.1 decoder for 2.100.3 forms.
  703. Added a count of packets received and processed to clarify numbers.
  704. Incorporated WinDUMP patches for Win32 builds.
  705. PPPoE payload length headers.
  706. Fixes for HP C compiler builds.
  707. Use new pcap_breakloop() and pcap_findalldevs() if we can.
  708. BGP output split into multiple lines.
  709. Fixes to 802.11 decoding.
  710. Fixes to PIM decoder.
  711. SuperH is a CPU that can't handle unaligned access. Many fixes for
  712. unaligned access work.
  713. Fixes to Frame-Relay decoder for Q.933/922 frames.
  714. Clarified when Solaris can do captures as non-root.
  715. Added tests/ subdir for examples/regression tests.
  716. New -U flag. -flush stdout after every packet
  717. New -A flag -print ascii only
  718. support for decoding IS-IS inside Cisco HDLC Frames
  719. more verbosity for tftp decoder
  720. mDNS decoder
  721. new BFD decoder
  722. cross compilation patches
  723. RFC 3561 AODV support.
  724. UDP/TCP pseudo-checksum properly for source-route options.
  725. sanitized all files to modified BSD license
  726. Add support for RFC 2625 IP-over-Fibre Channel.
  727. fixes for DECnet support.
  728. Support RFC 2684 bridging of Ethernet, 802.5 Token Ring, and FDDI.
  729. RFC 2684 encapsulation of BPDUs.
  730. Tuesday, February 25, 2003. fenner@research.att.com. 3.7.2 release
  731. Fixed infinite loop when parsing invalid isakmp packets.
  732. (reported by iDefense; already fixed in CVS)
  733. Fixed infinite loop when parsing invalid BGP packets.
  734. Fixed buffer overflow with certain invalid NFS packets.
  735. Pretty-print unprintable network names in 802.11 printer.
  736. Handle truncated nbp (appletalk) packets.
  737. Updated DHCPv6 printer to match draft-ietf-dhc-dhcpv6-22.txt
  738. Print IP protocol name even if we don't have a printer for it.
  739. Print IP protocol name or number for fragments.
  740. Print the whole MPLS label stack, not just the top label.
  741. Print request header and file handle for NFS v3 FSINFO and PATHCONF
  742. requests.
  743. Fix NFS packet truncation checks.
  744. Handle "old" DR-Priority and Bidir-Capable PIM HELLO options.
  745. Handle unknown RADIUS attributes properly.
  746. Fix an ASN.1 parsing error that would cause e.g. the OID
  747. 2.100.3 to be misrepresented as 4.20.3 .
  748. Monday, January 21, 2002. mcr@sandelman.ottawa.on.ca. Summary for 3.7 release
  749. see http://www.tcpdump.org/cvs-log/2002-01-21.10:16:48.html for commit log.
  750. keyword "ipx" added.
  751. Better OSI/802.2 support on Linux.
  752. IEEE 802.11 support, from clenahan@fortresstech.com, achirica@ttd.net.
  753. LLC SAP support for FDDI/token ring/RFC-1483 style ATM
  754. BXXP protocol was replaced by the BEEP protocol;
  755. improvements to SNAP demux.
  756. Changes to "any" interface documentation.
  757. Documentation on pcap_stats() counters.
  758. Fix a memory leak found by Miklos Szeredi - pcap_ether_aton().
  759. Added MPLS encapsulation decoding per RFC3032.
  760. DNS dissector handles TKEY, TSIG and IXFR.
  761. adaptive SLIP interface patch from Igor Khristophorov <igor@atdot.org>
  762. SMB printing has much improved bounds checks
  763. OUI 0x0000f8 decoded as encapsulated ethernet for Cisco-custom bridging
  764. Zephyr support, from Nickolai Zeldovich <kolya@MIT.EDU>.
  765. Solaris - devices with digits in them. Stefan Hudson <hudson@mbay.net>
  766. IPX socket 0x85be is for Cisco EIGRP over IPX.
  767. Improvements to fragmented ESP handling.
  768. SCTP support from Armando L. Caro Jr. <acaro@mail.eecis.udel.edu>
  769. Linux ARPHDR_ATM support fixed.
  770. Added a "netbeui" keyword, which selects NetBEUI packets.
  771. IPv6 ND improvements, MobileIP dissector, 2292bis-02 for RA option.
  772. Handle ARPHDR_HDLC from Marcus Felipe Pereira <marcus@task.com.br>.
  773. Handle IPX socket 0x553 -> NetBIOS-over-IPX socket, "nwlink-dgm"
  774. Better Linux libc5 compat.
  775. BIND9 lwres dissector added.
  776. MIPS and SPARC get strict alignment macros (affects print-bgp.c)
  777. Apple LocalTalk LINKTYPE_ reserved.
  778. New time stamp formats documented.
  779. DHCP6 updated to draft-22.txt spec.
  780. ICMP types/codes now accept symbolic names.
  781. Add SIGINFO handler from LBL
  782. encrypted CIPE tunnels in IRIX, from Franz Schaefer <schaefer@mond.at>.
  783. now we are -Wstrict-prototype clean.
  784. NetBSD DLT_PPP_ETHER; adapted from Martin Husemann <martin@netbsd.org>.
  785. PPPoE dissector cleaned up.
  786. Support for LocalTalk hardware, from Uns Lider <unslider@miranda.org>.
  787. In dissector, now the caller prints the IP addresses rather than proto.
  788. cjclark@alum.mit.edu: print the IP proto for non-initial fragments.
  789. LLC frames with a DSAP and LSAP of 0xe0 are IPX frames.
  790. Linux cooked frames with a type value of LINUX_SLL_P_802_3 are IPX.
  791. captures on the "any" device won't be done in promiscuous mode
  792. Token Ring support on DLPI - Onno van der Linden <onno@simplex.nl>
  793. ARCNet support, from NetBSD.
  794. HSRP dissector, from Julian Cowley <julian@lava.net>.
  795. Handle (GRE-encapsulated) PPTP
  796. added -C option to rotate save file every optarg * 1,000,000 bytes.
  797. support for "vrrp" name - NetBSD, by Klaus Klein <kleink@netbsd.org>.
  798. PPTP support, from Motonori Shindo <mshindo@mshindo.net>.
  799. IS-IS over PPP support, from Hannes Gredler <hannes@juniper.net>.
  800. CNFP support for IPv6,format. Harry Raaymakers <harryr@connect.com.au>.
  801. ESP printing updated to RFC2406.
  802. HP-UX can now handle large number of PPAs.
  803. MSDP printer added.
  804. L2TP dissector improvements from Motonori Shindo.
  805. Tuesday January 9, 2001. mcr@sandelman.ottawa.on.ca. Summary for 3.6 release
  806. Cleaned up documentation.
  807. Promisc mode fixes for Linux
  808. IPsec changes/cleanups.
  809. Alignment fixes for picky architectures
  810. Removed dependency on native headers for packet dissectors.
  811. Removed Linux specific headers that were shipped
  812. libpcap changes provide for exchanging capture files between
  813. systems. Save files now have well known PACKET_ values instead of
  814. depending upon system dependant mappings of DLT_* types.
  815. Support for computing/checking IP and UDP/TCP checksums.
  816. Updated autoconf stock files.
  817. IPv6 improvements: dhcp (draft-15), mobile-ip6, ppp, ospf6,
  818. Added dissector support for: ISOCLNS, Token Ring, IGMPv3, bxxp,
  819. timed, vrrp, radius, chdlc, cnfp, cdp, IEEE802.1d, raw-AppleTalk
  820. Added filtering support for: VLANs, ESIS, ISIS
  821. Improvements to: print-telnet, IPTalk, bootp/dhcp, ECN, PPP,
  822. L2TP, PPPoE
  823. HP-UX 11.0 -- find the right dlpi device.
  824. Solaris 8 - IPv6 works
  825. Linux - Added support for an "any" device to capture on all interfaces
  826. Security fixes: buffer overrun audit done. Strcpy replaced with
  827. strlcpy, sprintf replaced with snprintf.
  828. Look for lex problems, and warn about them.
  829. v3.5 Fri Jan 28 18:00:00 PST 2000
  830. Bill Fenner <fenner@research.att.com>
  831. - switch to config.h for autoconf
  832. - unify RCSID strings
  833. - Updated PIMv1, PIMv2, DVMRP, IGMP parsers, add Cisco Auto-RP parser
  834. - Really fix the RIP printer
  835. - Fix MAC address -> name translation.
  836. - some -Wall -Wformat fixes
  837. - update makemib to parse much of SMIv2
  838. - Print TCP sequence # with -vv even if you normally wouldn't
  839. - Print as much of IP/TCP/UDP headers as possible even if truncated.
  840. itojun@iijlab.net
  841. - -X will make a ascii dump. from netbsd.
  842. - telnet command sequence decoder (ff xx xx). from netbsd.
  843. - print-bgp.c: improve options printing. ugly code exists for
  844. unaligned option parsing (need some fix).
  845. - const poisoning in SMB decoder.
  846. - -Wall -Werror clean checks.
  847. - bring in KAME IPv6/IPsec decoding code.
  848. Assar Westerlund <assar@sics.se>
  849. - SNMPv2 and SNMPv3 printer
  850. - If compiled with libsmi, tcpdump can load MIBs on the fly to decode
  851. SNMP packets.
  852. - Incorporate NFS parsing code from NetBSD. Adds support for nfsv3.
  853. - portability fixes
  854. - permit building in different directories.
  855. Ken Hornstein <kenh@cmf.nrl.navy.mil>
  856. - bring in code at
  857. /afs/transarc.com/public/afs-contrib/tools/tcpdump for parsing
  858. AFS3 packets
  859. Andrew Tridgell <tridge@linuxcare.com>
  860. - SMB printing code
  861. Love <lha@stacken.kth.se>
  862. - print-rx.c: add code for printing MakeDir and StoreStatus. Also
  863. change date format to the right one.
  864. Michael C. Richardson <mcr@sandelman.ottawa.on.ca>
  865. - Created tcpdump.org repository
  866. v3.4 Sat Jul 25 12:40:55 PDT 1998
  867. - Hardwire Linux slip support since it's too hard to detect.
  868. - Redo configuration of "network" libraries (-lsocket and -lnsl) to
  869. deal with IRIX. Thanks to John Hawkinson (jhawk@mit.edu)
  870. - Added -a which tries to translate network and broadcast addresses to
  871. names. Suggested by Rob van Nieuwkerk (robn@verdi.et.tudelft.nl)
  872. - Added a configure option to disable gcc.
  873. - Added a "raw" packet printer.
  874. - Not having an interface address is no longer fatal. Requested by John
  875. Hawkinson.
  876. - Rework signal setup to accommodate Linux.
  877. - OSPF truncation check fix. Also display the type of OSPF packets
  878. using MD5 authentication. Thanks to Brian Wellington
  879. (bwelling@tis.com)
  880. - Fix truncation check bugs in the Kerberos printer. Reported by Ezra
  881. Peisach (epeisach@mit.edu)
  882. - Don't catch SIGHUP when invoked with nohup(1). Thanks to Dave Plonka
  883. (plonka@mfa.com)
  884. - Specify full install target as a way of detecting if install
  885. directory does not exist. Thanks to Dave Plonka.
  886. - Bit-swap FDDI addresses for BSD/OS too. Thanks to Paul Vixie
  887. (paul@vix.com)
  888. - Fix off-by-one bug when testing size of ethernet packets. Thanks to
  889. Marty Leisner (leisner@sdsp.mc.xerox.com)
  890. - Add a local autoconf macro to check for routines in libraries; the
  891. autoconf version is broken (it only puts the library name in the
  892. cache variable name). Thanks to John Hawkinson.
  893. - Add a local autoconf macro to check for types; the autoconf version
  894. is broken (it uses grep instead of actually compiling a code fragment).
  895. - Modified to support the new BSD/OS 2.1 PPP and SLIP link layer header
  896. formats.
  897. - Extend OSF ip header workaround to versions 1 and 2.
  898. - Fix some signed problems in the nfs printer. As reported by David
  899. Sacerdote (davids@silence.secnet.com)
  900. - Detect group wheel and use it as the default since BSD/OS' install
  901. can't hack numeric groups. Reported by David Sacerdote.
  902. - AIX needs special loader options. Thanks to Jonathan I. Kamens
  903. (jik@cam.ov.com)
  904. - Fixed the nfs printer to print port numbers in decimal. Thanks to
  905. Kent Vander Velden (graphix@iastate.edu)
  906. - Find installed libpcap in /usr/local/lib when not using gcc.
  907. - Disallow network masks with non-network bits set.
  908. - Attempt to detect "egcs" versions of gcc.
  909. - Add missing closing double quotes when displaying bootp strings.
  910. Reported by Viet-Trung Luu (vluu@picard.math.uwaterloo.ca)
  911. v3.3 Sat Nov 30 20:56:27 PST 1996
  912. - Added Linux support.
  913. - GRE encapsulated packet printer thanks to John Hawkinson
  914. (jhawk@mit.edu)
  915. - Rewrite gmt2local() to avoid problematic os dependencies.
  916. - Suppress nfs truncation message on errors.
  917. - Add missing m4 quoting in AC_LBL_UNALIGNED_ACCESS autoconf macro.
  918. Reported by Joachim Ott (ott@ardala.han.de)
  919. - Enable "ip_hl vs. ip_vhl" workaround for OSF4 too.
  920. - Print arp hardware type in host order. Thanks to Onno van der Linden
  921. (onno@simplex.nl)
  922. - Avoid solaris compiler warnings. Thanks to Bruce Barnett
  923. (barnett@grymoire.crd.ge.com)
  924. - Fix rip printer to not print one more route than is actually in the
  925. packet. Thanks to Jean-Luc Richier (Jean-Luc.Richier@imag.fr) and
  926. Bill Fenner (fenner@parc.xerox.com)
  927. - Use autoconf endian detection since BYTE_ORDER isn't defined on all systems.
  928. - Fix dvmrp printer truncation checks and add a dvmrp probe printer.
  929. Thanks to Danny J. Mitzel (mitzel@ipsilon.com)
  930. - Rewrite ospf printer to improve truncation checks.
  931. - Don't parse tcp options past the EOL. As noted by David Sacerdote
  932. (davids@secnet.com). Also, check tcp options to make sure they ar
  933. actually in the tcp header (in addition to the normal truncation
  934. checks). Fix the SACK code to print the N blocks (instead of the
  935. first block N times).
  936. - Don't say really small UDP packets are truncated just because they
  937. aren't big enough to be a RPC. As noted by David Sacerdote.
  938. v3.2.1 Sun Jul 14 03:02:26 PDT 1996
  939. - Added rfc1716 icmp codes as suggested by Martin Fredriksson
  940. (martin@msp.se)
  941. - Print mtu for icmp unreach need frag packets. Thanks to John
  942. Hawkinson (jhawk@mit.edu)
  943. - Decode icmp router discovery messages. Thanks to Jeffrey Honig
  944. (jch@bsdi.com)
  945. - Added a printer entry for DLT_IEEE802 as suggested by Tak Kushida
  946. (kushida@trl.ibm.co.jp)
  947. - Check igmp checksum if possible. Thanks to John Hawkinson.
  948. - Made changes for SINIX. Thanks to Andrej Borsenkow
  949. (borsenkow.msk@sni.de)
  950. - Use autoconf's idea of the top level directory in install targets.
  951. Thanks to John Hawkinson.
  952. - Avoid infinite loop in tcp options printing code. Thanks to Jeffrey
  953. Mogul (mogul@pa.dec.com)
  954. - Avoid using -lsocket in IRIX 5.2 and earlier since it breaks snoop.
  955. Thanks to John Hawkinson.
  956. - Added some more packet truncation checks.
  957. - On systems that have it, use sigset() instead of signal() since
  958. signal() has different semantics on these systems.
  959. - Fixed some more alignment problems on the alpha.
  960. - Add code to massage unprintable characters in the domain and ipx
  961. printers. Thanks to John Hawkinson.
  962. - Added explicit netmask support. Thanks to Steve Nuchia
  963. (steve@research.oknet.com)
  964. - Add "sca" keyword (for DEC cluster services) as suggested by Terry
  965. Kennedy (terry@spcvxa.spc.edu)
  966. - Add "atalk" keyword as suggested by John Hawkinson.
  967. - Added an igrp printer. Thanks to Francis Dupont
  968. (francis.dupont@inria.fr)
  969. - Print IPX net numbers in hex a la Novell Netware. Thanks to Terry
  970. Kennedy (terry@spcvxa.spc.edu)
  971. - Fixed snmp extended tag field parsing bug. Thanks to Pascal Hennequin
  972. (pascal.hennequin@hugo.int-evry.fr)
  973. - Added some ETHERTYPEs missing on some systems.
  974. - Added truncated packet macros and various checks.
  975. - Fixed endian problems with the DECnet printer.
  976. - Use $CC when checking gcc version. Thanks to Carl Lindberg
  977. (carl_lindberg@blacksmith.com)
  978. - Fixes for AIX (although this system is not yet supported). Thanks to
  979. John Hawkinson.
  980. - Fix bugs in the autoconf misaligned accesses code fragment.
  981. - Include sys/param.h to get BYTE_ORDER in a few places. Thanks to
  982. Pavlin Ivanov Radoslavov (pavlin@cs.titech.ac.jp)
  983. v3.2 Sun Jun 23 02:28:10 PDT 1996
  984. - Print new icmp unreachable codes as suggested by Martin Fredriksson
  985. (martin@msp.se). Also print code value when unknown for icmp redirect
  986. and time exceeded.
  987. - Fix an alignment endian bug in getname(). Thanks to John Hawkinson.
  988. - Define "new" domain record types if not found in arpa/nameserv.h.
  989. Resulted from a suggestion from John Hawkinson (jhawk@mit.edu). Also
  990. fixed an endian bug when printing mx record and added some new record
  991. types.
  992. - Added RIP V2 support. Thanks to Jeffrey Honig (jch@bsdi.com)
  993. - Added T/TCP options printing. As suggested by Richard Stevens
  994. (rstevens@noao.edu)
  995. - Use autoconf to detect architectures that can't handle misaligned
  996. accesses.
  997. v3.1 Thu Jun 13 20:59:32 PDT 1996
  998. - Changed u_int32/int32 to u_int32_t/int32_t to be consistent with bsd
  999. and bind (as suggested by Charles Hannum).
  1000. - Port to GNU autoconf.
  1001. - Add support for printing DVMRP and PIM traffic thanks to
  1002. Havard Eidnes (Havard.Eidnes@runit.sintef.no).
  1003. - Fix AppleTalk, IPX and DECnet byte order problems due to wrong endian
  1004. define being referenced. Reported by Terry Kennedy.
  1005. - Minor fixes to the man page thanks to Mark Andrews.
  1006. - Endian fixes to RTP and vat packet dumpers, thanks to Bruce Mah
  1007. (bmah@cs.berkeley.edu).
  1008. - Added support for new dns types, thanks to Rainer Orth.
  1009. - Fixed tftp_print() to print the block number for ACKs.
  1010. - Document -dd and -ddd. Resulted from a bug report from Charlie Slater
  1011. (cslater@imatek.com).
  1012. - Check return status from malloc/calloc/etc.
  1013. - Check return status from pcap_loop() so we can print an error and
  1014. exit with a bad status if there were problems.
  1015. - Bail if ip option length is <= 0. Resulted from a bug report from
  1016. Darren Reed (darrenr@vitruvius.arbld.unimelb.edu.au).
  1017. - Print out a little more information for sun rpc packets.
  1018. - Add suport for Kerberos 4 thanks to John Hawkinson (jhawk@mit.edu).
  1019. - Fixed the Fix EXTRACT_SHORT() and EXTRACT_LONG() macros (which were
  1020. wrong on little endian machines).
  1021. - Fixed alignment bug in ipx_decode(). Thanks to Matt Crawford
  1022. (crawdad@fnal.gov).
  1023. - Fix ntp_print() to not print garbage when the stratum is
  1024. "unspecified." Thanks to Deus Ex Machina (root@belle.bork.com).
  1025. - Rewrote tcp options printer code to check for truncation. Added
  1026. selective acknowledgment case.
  1027. - Fixed an endian bug in the ospf printer. Thanks to Jeffrey C Honig
  1028. (jch@bsdi.com)
  1029. - Fix rip printer to handle 4.4 BSD sockaddr struct which only uses one
  1030. octet for the sa_family member. Thanks to Yoshitaka Tokugawa
  1031. (toku@dit.co.jp)
  1032. - Don't checksum ip header if we don't have all of it. Thanks to John
  1033. Hawkinson (jhawk@mit.edu).
  1034. - Print out hostnames if possible in egp printer. Thanks to Jeffrey
  1035. Honig (jhc@bsdi.com)
  1036. v3.1a1 Wed May 3 19:21:11 PDT 1995
  1037. - Include time.h when SVR4 is defined to avoid problems under Solaris
  1038. 2.3.
  1039. - Fix etheraddr_string() in the ETHER_SERVICE to return the saved
  1040. strings, not the local buffer. Thanks to Stefan Petri
  1041. (petri@ibr.cs.tu-bs.de).
  1042. - Detect when pcap raises the snaplen (e.g. with snit). Print a warning
  1043. that the selected value was not used. Thanks to Pascal Hennequin
  1044. (Pascal.Hennequin@hugo.int-evry.fr).
  1045. - Add a truncated packet test to print-nfs.c. Thanks to Pascal Hennequin.
  1046. - BYTEORDER -> BYTE_ORDER Thanks to Terry Kennedy (terry@spcvxa.spc.edu).
  1047. v3.0.3 Sun Oct 1 18:35:00 GMT 1995
  1048. - Although there never was a 3.0.3 release, the linux boys cleverly
  1049. "released" one in late 1995.
  1050. v3.0.2 Thu Apr 20 21:28:16 PDT 1995
  1051. - Change configuration to not use gcc v2 flags with gcc v1.
  1052. - Redo gmt2local() so that it works under BSDI (which seems to return
  1053. an empty timezone struct from gettimeofday()). Based on report from
  1054. Terry Kennedy (terry@spcvxa.spc.edu).
  1055. - Change configure to recognize IP[0-9]* as "mips" SGI hardware. Based
  1056. on report from Mark Andrews (mandrews@alias.com).
  1057. - Don't pass cc flags to gcc. Resulted from a bug report from Rainer
  1058. Orth (ro@techfak.uni-bielefeld.de).
  1059. - Fixed printout of connection id for uncompressed tcp slip packets.
  1060. Resulted from a bug report from Richard Stevens (rstevens@noao.edu).
  1061. - Hack around deficiency in Ultrix's make.
  1062. - Add ETHERTYPE_TRAIL define which is missing from irix5.
  1063. v3.0.1 Wed Aug 31 22:42:26 PDT 1994
  1064. - Fix problems with gcc2 vs. malloc() and read() prototypes under SunOS 4.
  1065. v3.0 Mon Jun 20 19:23:27 PDT 1994
  1066. - Added support for printing tcp option timestamps thanks to
  1067. Mark Andrews (mandrews@alias.com).
  1068. - Reorganize protocol dumpers to take const pointers to packets so they
  1069. never change the contents (i.e., they used to do endian conversions
  1070. in place). Previously, whenever more than one pass was taken over
  1071. the packet, the packet contents would be dumped incorrectly (i.e.,
  1072. the output form -x would be wrong on little endian machines because
  1073. the protocol dumpers would modify the data). Thanks to Charles Hannum
  1074. (mycroft@gnu.ai.mit.edu) for reporting this problem.
  1075. - Added support for decnet protocol dumping thanks to Jeff Mogul
  1076. (mogul@pa.dec.com).
  1077. - Fix bug that caused length of packet to be incorrectly printed
  1078. (off by ether header size) for unknown ethernet types thanks
  1079. to Greg Miller (gmiller@kayak.mitre.org).
  1080. - Added support for IPX protocol dumping thanks to Brad Parker
  1081. (brad@fcr.com).
  1082. - Added check to verify IP header checksum under -v thanks to
  1083. Brad Parker (brad@fcr.com).
  1084. - Move packet capture code to new libpcap library (which is
  1085. packaged separately).
  1086. - Prototype everything and assume an ansi compiler.
  1087. - print-arp.c: Print hardware ethernet addresses if they're not
  1088. what we expect.
  1089. - print-bootp.c: Decode the cmu vendor field. Add RFC1497 tags.
  1090. Many helpful suggestions from Gordon Ross (gwr@jericho.mc.com).
  1091. - print-fddi.c: Improvements. Thanks to Jeffrey Mogul
  1092. (mogul@pa.dec.com).
  1093. - print-icmp.c: Byte swap netmask before printing. Thanks to
  1094. Richard Stevens (rstevens@noao.edu). Print icmp type when unknown.
  1095. - print-ip.c: Print the inner ip datagram of ip-in-ip encapsulated packets.
  1096. By default, only the inner packet is dumped, appended with the token
  1097. "(encap)". Under -v, both the inner and output packets are dumped
  1098. (on the same line). Note that the filter applies to the original packet,
  1099. not the encapsulated packet. So if you run tcpdump on a net with an
  1100. IP Multicast tunnel, you cannot filter out the datagrams using the
  1101. conventional syntax. (You can filter away all the ip-in-ip traffic
  1102. with "not ip proto 4".)
  1103. - print-nfs.c: Keep pending rpc's in circular table. Add generic
  1104. nfs header and remove os dependences. Thanks to Jeffrey Mogul.
  1105. - print-ospf.c: Improvements. Thanks to Jeffrey Mogul.
  1106. - tcpdump.c: Add -T flag allows interpretation of "vat", "wb", "rpc"
  1107. (sunrpc) and rtp packets. Added "inbound" and "outbound" keywords
  1108. Add && and || operators
  1109. v2.2.1 Tue Jun 6 17:57:22 PDT 1992
  1110. - Fix bug with -c flag.
  1111. v2.2 Fri May 22 17:19:41 PDT 1992
  1112. - savefile.c: Remove hack that shouldn't have been exported. Add
  1113. truncate checks.
  1114. - Added the 'icmp' keyword. For example, 'icmp[0] != 8 and icmp[0] != 0'
  1115. matches non-echo/reply ICMP packets.
  1116. - Many improvements to filter code optimizer.
  1117. - Added 'multicast' keyword and extended the 'broadcast' keyword can now be
  1118. so that protocol qualifications are allowed. For example, "ip broadcast"
  1119. and "ether multicast" are valid filters.
  1120. - Added support for monitoring the loopback interface (i.e. 'tcpdump -i lo').
  1121. Jeffrey Honig (jch@MITCHELL.CIT.CORNELL.EDU) contributed the kernel
  1122. patches to netinet/if_loop.c.
  1123. - Added support for the Ungermann-Bass Ethernet on IBM/PC-RTs running AOS.
  1124. Contact Jeffrey Honig (jch@MITCHELL.CIT.CORNELL.EDU) for the diffs.
  1125. - Added EGP and OSPF printers, thanks to Jeffrey Honig.
  1126. v2.1 Tue Jan 28 11:00:14 PST 1992
  1127. - Internal release (never publically exported).
  1128. v2.0.1 Sun Jan 26 21:10:10 PDT
  1129. - Various byte ordering fixes.
  1130. - Add truncation checks.
  1131. - inet.c: Support BSD style SIOCGIFCONF.
  1132. - nametoaddr.c: Handle multi addresses for single host.
  1133. - optimize.c: Rewritten.
  1134. - pcap-bpf.c: don't choke when we get ptraced. only set promiscuous
  1135. for broadcast nets.
  1136. - print-atal.c: Fix an alignment bug (thanks to
  1137. stanonik@nprdc.navy.mil) Add missing printf() argument.
  1138. - print-bootp.c: First attempt at decoding the vendor buffer.
  1139. - print-domain.c: Fix truncation checks.
  1140. - print-icmp.c: Calculate length of packets from the ip header.
  1141. - print-ip.c: Print frag id in decimal (so it's easier to match up
  1142. with non-frags). Add support for ospf, egp and igmp.
  1143. - print-nfs.c: Lots of changes.
  1144. - print-ntp.c: Make some verbose output depend on -v.
  1145. - print-snmp.c: New version from John LoVerso.
  1146. - print-tcp.c: Print rfc1072 tcp options.
  1147. - tcpdump.c: Print "0x" prefix for %x formats. Always print 6 digits
  1148. (microseconds) worth of precision. Fix uid bugs.
  1149. - A packet dumper has been added (thanks to Jeff Mogul of DECWRL).
  1150. With this option, you can create an architecture independent binary
  1151. trace file in real time, without the overhead of the packet printer.
  1152. At a later time, the packets can be filtered (again) and printed.
  1153. - BSD is supported. You must have BPF in your kernel.
  1154. Since the filtering is now done in the kernel, fewer packets are
  1155. dropped. In fact, with BPF and the packet dumper option, a measly
  1156. Sun 3/50 can keep up with a busy network.
  1157. - Compressed SLIP packets can now be dumped, provided you use our
  1158. SLIP software and BPF. These packets are dumped as any other IP
  1159. packet; the compressed headers are dumped with the '-e' option.
  1160. - Machines with little-endian byte ordering are supported (thanks to
  1161. Jeff Mogul).
  1162. - Ultrix 4.0 is supported (also thanks to Jeff Mogul).
  1163. - IBM RT and Stanford Enetfilter support has been added by
  1164. Rayan Zachariassen <rayan@canet.ca>. Tcpdump has been tested under
  1165. both the vanilla Enetfilter interface, and the extended interface
  1166. (#ifdef'd by IBMRTPC) present in the MERIT version of the Enetfilter.
  1167. - TFTP packets are now printed (requests only).
  1168. - BOOTP packets are now printed.
  1169. - SNMP packets are now printed. (thanks to John LoVerso of Xylogics).
  1170. - Sparc architectures, including the Sparcstation-1, are now
  1171. supported thanks to Steve McCanne and Craig Leres.
  1172. - SunOS 4 is now supported thanks to Micky Liu of Columbia
  1173. University (micky@cunixc.cc.columbia.edu).
  1174. - IP options are now printed.
  1175. - RIP packets are now printed.
  1176. - There's a -v flag that prints out more information than the
  1177. default (e.g., it will enable printing of IP ttl, tos and id)
  1178. and -q flag that prints out less (e.g., it will disable
  1179. interpretation of AppleTalk-in-UDP).
  1180. - The grammar has undergone substantial changes (if you have an
  1181. earlier version of tcpdump, you should re-read the manual
  1182. entry).
  1183. The most useful change is the addition of an expression
  1184. syntax that lets you filter on arbitrary fields or values in the
  1185. packet. E.g., "ip[0] > 0x45" would print only packets with IP
  1186. options, "tcp[13] & 3 != 0" would print only TCP SYN and FIN
  1187. packets.
  1188. The most painful change is that concatenation no longer means
  1189. "and" -- e.g., you have to say "host foo and port bar" instead
  1190. of "host foo port bar". The up side to this down is that
  1191. repeated qualifiers can be omitted, making most filter
  1192. expressions shorter. E.g., you can now say "ip host foo and
  1193. (bar or baz)" to look at ip traffic between hosts foo and bar or
  1194. between hosts foo and baz. [The old way of saying this was "ip
  1195. host foo and (ip host bar or ip host baz)".]
  1196. v2.0 Sun Jan 13 12:20:40 PST 1991
  1197. - Initial public release.