aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-01-18Line up #define values.Guy Harris1-1/+1
2012-01-18Tabs are not *ipso facto* 4 spaces.Guy Harris1-2/+2
2012-01-18From Tom Brezinski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6746Alexis La Goutte2-0/+3
2012-01-14wth->phdr.pkt_encap isn't set on a seek-and-read; pass the encapsulationGuy Harris1-4/+4
2012-01-14NetMon 1.x format does *not* support per-packet encapsulation.Guy Harris3-4/+17
2012-01-14Get rid of unused WTAP_FILE_WTAP file type.Guy Harris2-23/+18
2012-01-14WTAP_ENCAP_UNKNOWN should never appear as an actual encapsulation type,Guy Harris1-2/+0
2012-01-13Sync filelists between autofoo and cmake.Jörg Mayer1-1/+1
2011-12-28Prepend the sita_phdr fields with "sita_" to make them lessGerald Combs2-15/+15
2011-12-27Tighten up format string used for date/time parse;Bill Meier1-21/+41
2011-12-22The encapsulation following WTAP_ENCAP_ARCNET isGuy Harris4-15/+4
2011-12-15If stuff above the Wiretap library can't handle packet reported lengthsGuy Harris1-12/+0
2011-12-13Rename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it really reports anyGuy Harris40-158/+158
2011-12-13Crank up the maximum frame table size to 512*2^20 packets, that being aGuy Harris1-3/+10
2011-12-13Add missing checks for a too-large packet, so we don't blow up trying toGuy Harris3-1/+35
2011-12-13Check for a bogus record size. Fixes bug 6670.Guy Harris1-0/+10
2011-12-13Add an arbitrary limit on the maximum size of the frame table, so thatGuy Harris1-0/+13
2011-12-13Add missing checks for a too-large packet, so we don't blow up trying toGuy Harris1-2/+64
2011-12-13Add missing check for a too-large packet, so we don't blow up trying toGuy Harris1-0/+10
2011-12-13Add missing check for a too-large packet, so we don't blow up trying toGuy Harris1-0/+10
2011-12-03Update some comments to reflect current reality (as in "a lot of stuffGuy Harris1-16/+25
2011-12-02from Petr Sumbera:Jaap Keuter4-2/+8
2011-11-18Fail if somebody tries to write out a packet with an unsupportedGuy Harris1-7/+16
2011-11-18Make sure pcap-ng supports a particular encapsulation type beforeGuy Harris1-1/+17
2011-11-17Add checks to make sure we don't overflow the maximum 32-bit fileGuy Harris1-0/+37
2011-11-17Rename pletonll() to reflect what it actually does, namely convert aGuy Harris3-4/+4
2011-11-17A new macro needed by the WTAP_ENCAP_PER_PACKET support for writingGuy Harris1-0/+8
2011-11-17Add support for writing WTAP_ENCAP_PER_PACKET files; they are writtenGuy Harris1-13/+77
2011-11-17Return *some* error if we end up trying to seek before the beginning ofGuy Harris1-1/+1
2011-11-17Put back the check for dates that can be represented in DOS format theGuy Harris1-1/+1
2011-11-17Revert part of r39883 to avoid dereferencing a NULL pointer. Thanks Clang.Chris Maynard1-1/+1
2011-11-16Support nanosecond-resolution time for NetMon 2.x format (it's onlyGuy Harris1-41/+125
2011-11-16OK, this should do it.Guy Harris1-1/+1
2011-11-16Fix build on Windows.Guy Harris1-2/+2
2011-11-16Another place where we have to protect against MSVC's time-conversionGuy Harris1-1/+9
2011-11-16Another place where we have to protect against MSVC's time-conversionGuy Harris1-0/+8
2011-11-13Clean up white space.Guy Harris1-8/+11
2011-11-12Add entries for WTAP_ENCAP_NETANALYZER... to encap_table_base[]Bill Meier1-1/+7
2011-11-12From Holger Pfrommer:Anders Broman2-0/+13
2011-11-11Add (missing) "mime" entry to encap_table_base[].Bill Meier1-3/+6
2011-11-04Updates based on stuff seen in a new capture.Guy Harris1-21/+58
2011-10-28It appears that the "packet" records are actually "stuff from the ISDNGuy Harris1-10/+63
2011-10-28The version string field isn't followed by 20 bytes of stuff; the last 8Guy Harris1-2/+11
2011-10-27Fix cut-and-pasteo that happened not to cause a problem on *P64Guy Harris1-22/+1
2011-10-26Add some debugging code; the current code doesn't work when compiledGuy Harris1-0/+21
2011-10-26Put the magic number into the aethra_hdr structure, to avoid compilerGuy Harris1-11/+13
2011-10-26Add the code to read Aethra files.Guy Harris1-0/+1
2011-10-26Ok, we found what appears to be the capture start time. Use it.Guy Harris1-5/+38
2011-10-26It appears that the octet in the record header after the record lengthGuy Harris1-27/+42
2011-10-26Avoid warnings.Guy Harris1-1/+3