aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/aethra.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-5/+1
2012-03-07The User & Network direction is reversed https://bugs.wireshark.org/bugzilla/...Anders Broman1-3/+3
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+1
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris1-1/+1
2011-11-04Updates based on stuff seen in a new capture.Guy Harris1-21/+58
2011-10-28It appears that the "packet" records are actually "stuff from the ISDNGuy Harris1-10/+63
2011-10-28The version string field isn't followed by 20 bytes of stuff; the last 8Guy Harris1-2/+11
2011-10-27Fix cut-and-pasteo that happened not to cause a problem on *P64Guy Harris1-22/+1
2011-10-26Add some debugging code; the current code doesn't work when compiledGuy Harris1-0/+21
2011-10-26Put the magic number into the aethra_hdr structure, to avoid compilerGuy Harris1-11/+13
2011-10-26Ok, we found what appears to be the capture start time. Use it.Guy Harris1-5/+38
2011-10-26It appears that the octet in the record header after the record lengthGuy Harris1-27/+42
2011-10-26Avoid warnings.Guy Harris1-1/+3
2011-10-26Initial support for .aps files from Aethra Telecommunications' PC108Guy Harris1-0/+218