aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mp2t.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-1/+1
2016-09-29Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.Guy Harris1-1/+1
2016-05-14mp2t (CID 1355406): fix a potential integer overflowMartin Kaiser1-1/+4
2016-04-30Note that we don't have to worry about too-large packets.Guy Harris1-0/+4
2016-04-27mp2t: add frame limit to mp2t_find_next_pcr, and handle timeout correctlyDominic Chen1-6/+3
2015-12-03[MP2T] Reading buffer should have MP2T_SIZE+TRAILER_LEN_MAX space to give roo...Michael Mann1-1/+1
2015-12-02Move the bitrate test against 0 to mp2t_bits_per_second().Guy Harris1-18/+26
2015-12-01[MP2T] Prevent divide by zero.Michael Mann1-0/+5
2015-11-26[mp2t] use the correct file infomation for PCR detectionMartin Kaiser1-7/+13
2015-08-28Clean up scanning to guess the bitrate of an MPEG-2 Transport Stream file.Guy Harris1-18/+57
2015-04-04try to silence the OS X builbots by renaming index to idxMartin Kaiser1-8/+8
2015-04-04Add PCR based stream times for MPEG ts files.Weston Schmidt1-3/+117
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-1/+14
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-15/+12
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-2/+0
2014-10-07Replace another file_read() call with wtap_read_bytes().Guy Harris1-8/+4
2014-10-07Add some higher-level file-read APIs and use them.Guy Harris1-14/+3
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-1/+1
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-2/+2
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+2
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-8/+8
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-8/+8
2014-05-09Revert "Refactor Wiretap"Guy Harris1-29/+26
2014-05-09Refactor WiretapMichael Mann1-26/+29
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-1/+1
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-1/+1
2013-06-17Put the code to fill in the struct wtap_pkthdr and to read the packetGuy Harris1-33/+31
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-6/+7
2013-05-18Fill in the struct wtap_pkthdr in the seek-read routine.Guy Harris1-23/+35
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-2/+6
2012-12-26Squelch a (Y2.038K) warning.Guy Harris1-1/+1
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris1-1/+1
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-1/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-05Directly calculate the time stamp based on the offset in the stream fromGuy Harris1-20/+18
2012-04-18From Rolf Fiedler:Anders Broman1-2/+3
2012-03-30From Martin Kaiser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=69...Jeff Morriss1-15/+63
2012-03-05From Martin Kaiser:Anders Broman1-2/+3
2012-03-05From Martin Kaiser:Anders Broman1-0/+13
2012-03-02Flag mp2t file as really having only relative time stamps. Put theGuy Harris1-0/+1
2012-03-02From Weston Schmidt: Add mpeg-ts capture file format support. https://bugs.wi...Anders Broman1-0/+174