aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2011-12-03Update some comments to reflect current reality (as in "a lot of stuffguy1-16/+25
2011-12-02from Petr Sumbera:jake4-2/+8
2011-11-18Fail if somebody tries to write out a packet with an unsupportedguy1-7/+16
2011-11-18Make sure pcap-ng supports a particular encapsulation type beforeguy1-1/+17
2011-11-17Add checks to make sure we don't overflow the maximum 32-bit fileguy1-0/+37
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aguy3-4/+4
2011-11-17A new macro needed by the WTAP_ENCAP_PER_PACKET support for writingguy1-0/+8
2011-11-17Add support for writing WTAP_ENCAP_PER_PACKET files; they are writtenguy1-13/+77
2011-11-17Return *some* error if we end up trying to seek before the beginning ofguy1-1/+1
2011-11-17Put back the check for dates that can be represented in DOS format theguy1-1/+1
2011-11-17Revert part of r39883 to avoid dereferencing a NULL pointer. Thanks Clang.cmaynard1-1/+1
2011-11-16Support nanosecond-resolution time for NetMon 2.x format (it's onlyguy1-41/+125
2011-11-16OK, this should do it.guy1-1/+1
2011-11-16Fix build on Windows.guy1-2/+2
2011-11-16Another place where we have to protect against MSVC's time-conversionguy1-1/+9
2011-11-16Another place where we have to protect against MSVC's time-conversionguy1-0/+8
2011-11-13Clean up white space.guy1-8/+11
2011-11-12Add entries for WTAP_ENCAP_NETANALYZER... to encap_table_base[]wmeier1-1/+7
2011-11-12From Holger Pfrommer:etxrab2-0/+13
2011-11-11Add (missing) "mime" entry to encap_table_base[].wmeier1-3/+6
2011-11-04Updates based on stuff seen in a new capture.guy1-21/+58
2011-10-28It appears that the "packet" records are actually "stuff from the ISDNguy1-10/+63
2011-10-28The version string field isn't followed by 20 bytes of stuff; the last 8guy1-2/+11
2011-10-27Fix cut-and-pasteo that happened not to cause a problem on *P64guy1-22/+1
2011-10-26Add some debugging code; the current code doesn't work when compiledguy1-0/+21
2011-10-26Put the magic number into the aethra_hdr structure, to avoid compilerguy1-11/+13
2011-10-26Add the code to read Aethra files.guy1-0/+1
2011-10-26Ok, we found what appears to be the capture start time. Use it.guy1-5/+38
2011-10-26It appears that the octet in the record header after the record lengthguy1-27/+42
2011-10-26Avoid warnings.guy1-1/+3
2011-10-26Initial support for .aps files from Aethra Telecommunications' PC108guy5-1/+259
2011-10-21From Huzaifa Sidhpurwala of Red Hat Security Response Team:gerald1-0/+20
2011-10-14Removed newencap as it's unused.stig1-2/+1
2011-10-12From Tobias Witek: etxrab1-0/+1
2011-10-12From Robert Bullen: Fix for: Two minor bugs in Wiretap library:wmeier2-12/+12
2011-10-04From Andrew Kampjes:etxrab1-18/+29
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
2011-09-13Skip extra info if present (IP with LTE PDCP threading info).martinm1-2/+12
2011-09-06Don't synthesize a CRC if the packet already has one.guy1-5/+17
2011-09-03Check return value from wtap_dump_file_write.stig1-1/+2
2011-09-01Merge pcap_fill_in_pseudo_header() into pcap_read_post_process().guy4-44/+20
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy36-215/+230
2011-09-01Set eth.fcs_len in the pseudo-header for Ethernet packets.guy1-30/+39
2011-08-31Not ideal, but OK for now - alignbytes, at that point, is < 8, so weguy1-3/+2
2011-08-31Try using gint64 for alignbytes.stig1-1/+1
2011-08-31From Andrew Kampjes via bug 6260:stig4-3/+218
2011-08-30Handle multiple extension headers when calculating the pseudo-headerguy1-3/+35
2011-08-30A zero snaplen means "snaplen unknown", as in "the file format fromguy1-1/+2
2011-08-16Based on patch from Denis Ovsienko viamorriss1-1/+1
2011-08-11From Hanspeter via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6229 :morriss1-6/+6