aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/commview.c
Commit message (Expand)AuthorAgeFilesLines
* Merge "read record header" and "read packet data" routines into a singleGuy Harris2013-06-171-24/+6
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-29/+6
* Put back a fix that earlier checkins lost.Guy Harris2013-06-031-1/+2
* Pull up the code to read the packet data and check for errors into aGuy Harris2013-05-161-17/+19
* Move the code to read the CommView record header, check for an unhandledGuy Harris2013-05-161-62/+52
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-5/+3
* If the attempt to read the record header fails because we hit the EOF,Guy Harris2012-12-261-1/+6
* Fill some phdr values also when doing random readJakub Zawadzki2012-10-171-46/+40
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-6/+6
* And that also means that we need to split the data rate from theGuy Harris2012-10-121-1/+2
* The "rate" field in the CommView NCF format is 1 byte long, not 2 bytesGuy Harris2012-10-121-2/+3
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris2012-07-181-0/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-6/+1
* Get the Windows build going again. The Netxray "fix" cast to guint8 may not b...Anders Broman2012-04-181-1/+1
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+2
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-2/+2
* Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris2011-09-011-4/+4
* Set eth.fcs_len in the pseudo-header for Ethernet packets.Guy Harris2011-09-011-30/+39
* file_read() can return -1; don't just blindly add it to a previousGuy Harris2011-05-101-28/+18
* Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris2011-04-211-13/+14
* "This file format can't be written to a pipe" and "this file formatGuy Harris2011-04-121-2/+1
* From Jakub Zawadzki:Guy Harris2011-04-061-20/+20
* Added a missing break.Stig Bjørlykke2011-03-271-1/+1
* Fix bug #5509: CommView file format now uses reserved bytes and adds a Stephen Fisher2010-12-201-14/+16
* Don't use fwrite directly when writing a dump file; call it throughGuy Harris2010-06-061-38/+34
* Change my e-mail addressStephen Fisher2009-05-311-1/+1
* Fix for: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2926 :Jeff Morriss2008-10-011-9/+14
* Add support for showing wireless LAN info (signal strength / rate / channel)Stephen Fisher2007-11-271-4/+22
* Change %G to %Y for year in strftime() so it works on Windows also (%G is an ...Stephen Fisher2007-11-261-6/+6
* Add writing support for the CommView file format.Stephen Fisher2007-11-261-6/+139
* Initial checkin of support to read TamoSoft's CommView packet capture filesStephen Fisher2007-11-241-0/+267