summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2010-08-24Fix issue which causes daintree-sna frames to be rejected with "capture lengt...Bill Meier1-0/+2
2010-08-24From Hamish Moffatt:Anders Broman1-0/+1
2010-08-08Add a note.Guy Harris1-0/+4
2010-08-07From Jon Smirl:Stig Bjørlykke1-1/+2
2010-07-30Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris3-11/+21
2010-07-23At least in some NetMon 3.4 VPN captures, the per-packet link-layer typeGuy Harris1-1/+7
2010-07-21The 32-bit unsigned time offset in version 1.x files should be convertedGuy Harris1-1/+5
2010-07-21According to mail from Paul Long at Microsoft, in the 1.x NetMon fileGuy Harris1-1/+7
2010-07-19Initial support for Network Monitor 802.11 radio header.Guy Harris3-2/+7
2010-07-18Add an entry in encap_table_base for SocketCAN.Guy Harris1-1/+3
2010-07-18The time delta in a NetMon frame header is signed - it can be negative.Guy Harris1-3/+5
2010-07-18NetMon per-packet link-layer types with 0xE000 in the upper 4 bits areGuy Harris1-8/+37
2010-07-18Initial support for the trailer information in versions 2.1 and later ofGuy Harris1-19/+135
2010-07-16It makes (slightly) more sense for comments to be "sent" by the context than ...Martin Mathieson1-1/+1
2010-07-14Don't pass tvb data to col_set_str(), as it will not stay around.Stig Bjørlykke1-1/+1
2010-06-30Add Visual C++ project files to the distribution.Gerald Combs1-0/+1
2010-06-06Clean up indentation.Guy Harris1-5/+5
2010-06-06Get rid of file_write(); nobody uses it, and file writers should useGuy Harris1-3/+1
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris15-722/+262
2010-06-06Move the seekback stuff out of esc_read() to the one place where it'sGuy Harris2-253/+273
2010-06-06Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris6-204/+76
2010-06-05From Rolf Fiedler: support for writing EyeSDN trace files.Guy Harris3-2/+145
2010-05-16Attempt to handle isochronous descriptors between the 64-byte header andGuy Harris2-117/+142
2010-05-10Fix non-libz build.Martin Mathieson1-1/+1
2010-05-08Add wtap_cleareof().Guy Harris1-0/+1
2010-05-07Zlib has an officially-sanctioned way of clearing EOF when we're tailingGerald Combs2-9/+17
2010-05-07EOF in zlib 1.2.5 seems to be sticky. When we're tailing a file and weGerald Combs1-0/+12
2010-04-27Whitespace changes.Anders Broman1-23/+23
2010-04-26Clean up properly if we get an error after allocating the private dataGuy Harris1-1/+7
2010-04-22A bit more information.Guy Harris1-0/+6
2010-04-22More updates to reflect all the hairy details of Linux USB capture.Guy Harris1-30/+70
2010-04-22Update a comment to reflect recent changes and to reflect behavior ofGuy Harris1-3/+17
2010-04-21From Chris Maynard:Guy Harris6-84/+92
2010-04-17From Jakub Zawadzki:Stig Bjørlykke2-2/+5
2010-04-15Make it build without zlib on OSX.Stig Bjørlykke1-7/+18
2010-04-08From Stephen Donnelly:Anders Broman2-5/+7
2010-04-05Treat the first block we read, when opening, specially:Guy Harris1-20/+60
2010-03-28From Robert Bullen: give the Bluetooth-H4-with-Linux-pseudo-headerGuy Harris1-1/+1
2010-03-25Update a comment to discuss how zlib and z_off_t has gotten messier lately.Guy Harris1-0/+8
2010-03-18cmake changes:Jörg Mayer1-0/+1
2010-02-27Fix some types, to squelch compiler warnings (this should introduceGuy Harris1-2/+2
2010-02-26Move the definitions of all the private data structures out ofGuy Harris26-623/+536
2010-02-25Have parse_ascend() return:Guy Harris3-10/+21
2010-02-24Move the definition of the private data structure from wtap-int.h to theGuy Harris2-32/+33
2010-02-24Define the private data structures for some particular capture fileGuy Harris4-138/+164
2010-02-23Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris7-6/+43
2010-02-23Squelch some compiler warnings (some of which indicate potentialGuy Harris2-14/+14
2010-02-23Don't use C++ keywords as variable names - prepend "ber_" in front ofGuy Harris1-11/+11
2010-02-23Squelch some (valid) warnings.Guy Harris1-2/+2
2010-02-23Fix cast.Guy Harris1-1/+1