aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/mp2t.c
AgeCommit message (Expand)AuthorFilesLines
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