1.99.8 → 1.99.9.
[metze/wireshark/wip.git] / wiretap / mp2t.c
2015-04-04 Martin Kaisertry to silence the OS X builbots by renaming index...
2015-04-04 Weston SchmidtAdd PCR based stream times for MPEG ts files.
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisReplace another file_read() call with wtap_read_bytes().
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-17 Guy HarrisPut the code to fill in the struct wtap_pkthdr and...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-18 Guy HarrisFill in the struct wtap_pkthdr in the seek-read routine.
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-26 Guy HarrisSquelch a (Y2.038K) warning.
2012-12-21 Guy HarrisSquelch implicit 64-bit-to-32-bit conversion warnings.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-05 Guy HarrisDirectly calculate the time stamp based on the offset...
2012-04-18 Anders BromanFrom Rolf Fiedler:
2012-03-30 Jeff MorrissFrom Martin Kaiser via https://bugs.wireshark.org/bugzi...
2012-03-05 Anders BromanFrom Martin Kaiser:
2012-03-05 Anders BromanFrom Martin Kaiser:
2012-03-02 Guy HarrisFlag mp2t file as really having only relative time...
2012-03-02 Anders BromanFrom Weston Schmidt: Add mpeg-ts capture file format...