aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/commview.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-18Get the Windows build going again. The Netxray "fix" cast to guint8 may not b...Anders Broman1-1/+1
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+2
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-2/+2
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-4/+4
2011-09-01Set eth.fcs_len in the pseudo-header for Ethernet packets.Guy Harris1-30/+39
2011-05-10file_read() can return -1; don't just blindly add it to a previousGuy Harris1-28/+18
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-13/+14
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-2/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-20/+20
2011-03-27Added a missing break.Stig Bjørlykke1-1/+1
2010-12-20Fix bug #5509: CommView file format now uses reserved bytes and adds a Stephen Fisher1-14/+16
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-38/+34
2009-05-31Change my e-mail addressStephen Fisher1-1/+1
2008-10-01Fix for: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2926 :Jeff Morriss1-9/+14
2007-11-27Add support for showing wireless LAN info (signal strength / rate / channel)Stephen Fisher1-4/+22
2007-11-26Change %G to %Y for year in strftime() so it works on Windows also (%G is an ...Stephen Fisher1-6/+6
2007-11-26Add writing support for the CommView file format.Stephen Fisher1-6/+139
2007-11-24Initial checkin of support to read TamoSoft's CommView packet capture filesStephen Fisher1-0/+267