aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/stanag4607.c
Commit message (Expand)AuthorAgeFilesLines
* Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris2014-10-091-5/+5
* Add some higher-level file-read APIs and use them.Guy Harris2014-10-071-27/+14
* 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/+2
* file_seek() sets the error variable; no need to set it ourselves.Guy Harris2014-05-231-1/+1
* Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris2014-05-231-14/+11
* Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris2014-05-231-11/+14
* Revert "Refactor Wiretap"Guy Harris2014-05-091-24/+21
* Refactor WiretapMichael Mann2014-05-091-21/+24
* 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-1/+1
* wiretap: start using <wsutil/pint.h>Jakub Zawadzki2013-12-031-4/+4
* The "file types" we have are actually combinations of types andGuy Harris2013-11-081-1/+1
* The base_secs value should be a time_t, as it's calculated usingGuy Harris2013-07-291-5/+14
* Add a URL for a STANAG 4607 spec.Guy Harris2013-07-291-2/+4
* Use the portable g_ntohl, also add some casts.Evan Huus2013-07-281-5/+5
* From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962Evan Huus2013-07-281-0/+192