aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/aethra.c
Commit message (Expand)AuthorAgeFilesLines
* Some strings that appear in at least some .aps files.Guy Harris2016-10-021-15/+18
* Check for packets bigger than WTAP_MAX_PACKET_SIZE.Guy Harris2016-04-301-0/+11
* Remove unnecessary includes from wiretap folderMartin Mathieson2015-01-031-1/+0
* Add "Editor modelines"; Adjust whitespace as needed.Bill Meier2015-01-021-0/+13
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-6/+6
* No need for WTAP_ERR_CANT_READ.Guy Harris2014-10-071-3/+0
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-19/+6
* Make the time stamp resolution per-packet.Guy Harris2014-09-281-1/+1
* Only one buffer.c, please.Guy Harris2014-07-151-1/+1
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-241-0/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-11/+11
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-11/+11
* Revert "Refactor Wiretap"Guy Harris2014-05-091-30/+28
* Refactor WiretapMichael Mann2014-05-091-28/+30
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* No seek-read routines use the length argument, so eliminate it fromGuy Harris2014-01-021-3/+2
* Use the packet length read from the packet header, and check for an EOFGuy Harris2013-12-311-3/+7
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-5/+5
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris2013-06-161-25/+4
* Move some packet-header handling code into aethra_read_rec_header(), soGuy Harris2013-05-161-39/+37
* Do not call wtap_file_read_unknown_bytes() orGuy Harris2012-12-271-4/+4
* Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris2012-12-211-1/+1
* Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki2012-10-161-3/+4
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris2012-05-041-5/+1
* The User & Network direction is reversed https://bugs.wireshark.org/bugzilla/...Anders Broman2012-03-071-3/+3
* Add a presence flag field to the packet information structure filled inGuy Harris2012-02-251-0/+1
* Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris2011-12-131-1/+1
* Updates based on stuff seen in a new capture.Guy Harris2011-11-041-21/+58
* It appears that the "packet" records are actually "stuff from the ISDNGuy Harris2011-10-281-10/+63
* The version string field isn't followed by 20 bytes of stuff; the last 8Guy Harris2011-10-281-2/+11
* Fix cut-and-pasteo that happened not to cause a problem on *P64Guy Harris2011-10-271-22/+1
* Add some debugging code; the current code doesn't work when compiledGuy Harris2011-10-261-0/+21
* Put the magic number into the aethra_hdr structure, to avoid compilerGuy Harris2011-10-261-11/+13
* Ok, we found what appears to be the capture start time. Use it.Guy Harris2011-10-261-5/+38
* It appears that the octet in the record header after the record lengthGuy Harris2011-10-261-27/+42
* Avoid warnings.Guy Harris2011-10-261-1/+3
* Initial support for .aps files from Aethra Telecommunications' PC108Guy Harris2011-10-261-0/+218