aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
Commit message (Expand)AuthorAgeFilesLines
* H. Sivank <hsivank@gmail.com>Jörg Mayer2010-09-231-1/+1
* Very old versions of libz (such as the one that comes with Solaris 10) don't ...Jeff Morriss2010-09-221-0/+2
* Fix issue which causes daintree-sna frames to be rejected with "capture lengt...Bill Meier2010-08-241-0/+2
* From Hamish Moffatt:Anders Broman2010-08-241-0/+1
* Add a note.Guy Harris2010-08-081-0/+4
* From Jon Smirl:Stig Bjørlykke2010-08-071-1/+2
* Define WTAP_ENCAP_IEEE802_15_4_NOFCS, for use in file formats that don'tGuy Harris2010-07-303-11/+21
* At least in some NetMon 3.4 VPN captures, the per-packet link-layer typeGuy Harris2010-07-231-1/+7
* The 32-bit unsigned time offset in version 1.x files should be convertedGuy Harris2010-07-211-1/+5
* According to mail from Paul Long at Microsoft, in the 1.x NetMon fileGuy Harris2010-07-211-1/+7
* Initial support for Network Monitor 802.11 radio header.Guy Harris2010-07-193-2/+7
* Add an entry in encap_table_base for SocketCAN.Guy Harris2010-07-181-1/+3
* The time delta in a NetMon frame header is signed - it can be negative.Guy Harris2010-07-181-3/+5
* NetMon per-packet link-layer types with 0xE000 in the upper 4 bits areGuy Harris2010-07-181-8/+37
* Initial support for the trailer information in versions 2.1 and later ofGuy Harris2010-07-181-19/+135
* It makes (slightly) more sense for comments to be "sent" by the context than ...Martin Mathieson2010-07-161-1/+1
* Don't pass tvb data to col_set_str(), as it will not stay around.Stig Bjørlykke2010-07-141-1/+1
* Add Visual C++ project files to the distribution.Gerald Combs2010-06-301-0/+1
* Clean up indentation.Guy Harris2010-06-061-5/+5
* Get rid of file_write(); nobody uses it, and file writers should useGuy Harris2010-06-061-3/+1
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-0615-722/+262
* Move the seekback stuff out of esc_read() to the one place where it'sGuy Harris2010-06-062-253/+273
* Rename wtap_dump_file_write_all() to wtap_dump_file_write(), and haveGuy Harris2010-06-066-204/+76
* From Rolf Fiedler: support for writing EyeSDN trace files.Guy Harris2010-06-053-2/+145
* Attempt to handle isochronous descriptors between the 64-byte header andGuy Harris2010-05-162-117/+142
* Fix non-libz build.Martin Mathieson2010-05-101-1/+1
* Add wtap_cleareof().Guy Harris2010-05-081-0/+1
* Zlib has an officially-sanctioned way of clearing EOF when we're tailingGerald Combs2010-05-072-9/+17
* EOF in zlib 1.2.5 seems to be sticky. When we're tailing a file and weGerald Combs2010-05-071-0/+12
* Whitespace changes.Anders Broman2010-04-271-23/+23
* Clean up properly if we get an error after allocating the private dataGuy Harris2010-04-261-1/+7
* A bit more information.Guy Harris2010-04-221-0/+6
* More updates to reflect all the hairy details of Linux USB capture.Guy Harris2010-04-221-30/+70
* Update a comment to reflect recent changes and to reflect behavior ofGuy Harris2010-04-221-3/+17
* From Chris Maynard:Guy Harris2010-04-216-84/+92
* From Jakub Zawadzki:Stig Bjørlykke2010-04-172-2/+5
* Make it build without zlib on OSX.Stig Bjørlykke2010-04-151-7/+18
* From Stephen Donnelly:Anders Broman2010-04-082-5/+7
* Treat the first block we read, when opening, specially:Guy Harris2010-04-051-20/+60
* From Robert Bullen: give the Bluetooth-H4-with-Linux-pseudo-headerGuy Harris2010-03-281-1/+1
* Update a comment to discuss how zlib and z_off_t has gotten messier lately.Guy Harris2010-03-251-0/+8
* cmake changes:Jörg Mayer2010-03-181-0/+1
* Fix some types, to squelch compiler warnings (this should introduceGuy Harris2010-02-271-2/+2
* Move the definitions of all the private data structures out ofGuy Harris2010-02-2626-623/+536
* Have parse_ascend() return:Guy Harris2010-02-253-10/+21
* Move the definition of the private data structure from wtap-int.h to theGuy Harris2010-02-242-32/+33
* Define the private data structures for some particular capture fileGuy Harris2010-02-244-138/+164
* Move the declarations of wtap_pcap_encap_to_wtap_encap() andGuy Harris2010-02-237-6/+43
* Squelch some compiler warnings (some of which indicate potentialGuy Harris2010-02-232-14/+14
* Don't use C++ keywords as variable names - prepend "ber_" in front ofGuy Harris2010-02-231-11/+11