aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-10-22Have separate seek-read routines for V1.0 and V2.0.Guy Harris1-161/+211
2012-10-22Pull the length-and-caplen setting operations in the read routines intoGuy Harris1-33/+47
2012-10-22Pass a pointer to a struct wtap_pkthdr to a bunch of macros; this allowsGuy Harris1-143/+117
2012-10-21More white-space cleanups.Guy Harris1-23/+23
2012-10-21Use phdr->pseudo_header in the seek-read routine, rather than puttingGuy Harris1-4/+3
2012-10-21Tabs -> spaces, and other whitespace cleanups.Guy Harris1-952/+952
2012-10-19Pass parse_vms_hex_dump() a pointer to a wtap_pkthdr structure and haveGuy Harris1-37/+30
2012-10-19Mark unused variable with _U_Jakub Zawadzki1-4/+1
2012-10-19Hoist the code to set the wtap_pkthdr into a routine, and call it inGuy Harris1-8/+15
2012-10-18Wrap lines a little differently.Guy Harris1-2/+3
2012-10-18Get rid of unnecessary block braces, clean up white space.Guy Harris1-18/+12
2012-10-18Move some arguments up a line.Guy Harris1-5/+4
2012-10-18Handle the fractions-of-a-second part of the time stamp correctly. Guy Harris1-17/+39
2012-10-18Redo the processing of lines in iSeries text packet dumps.Guy Harris1-311/+208
2012-10-17Fill some phdr values also when doing random readJakub Zawadzki8-159/+133
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki50-237/+259
2012-10-12Use seasonal allocation for name resolution. This effectively scrubs ourGerald Combs2-4/+4
2012-10-12And that also means that we need to split the data rate from theGuy Harris1-1/+2
2012-10-12The "rate" field in the CommView NCF format is 1 byte long, not 2 bytesGuy Harris1-2/+3
2012-10-12If we see an SHB after we've read the first SHB, report that as anGuy Harris1-79/+113
2012-10-10From Bill Parker: fix typo.Guy Harris1-1/+1
2012-10-10From Bill Parker: check for ws_fopen() failing.Guy Harris1-5/+11
2012-10-06Remove unused variable caught by cppcheck.Evan Huus1-2/+1
2012-10-01Stop defining HAVE_CONFIG_H on Windows builds too.Jeff Morriss1-1/+1
2012-09-24Some improvements after looking at profile of large reordercap run.Martin Mathieson1-18/+89
2012-09-20Shouldn't set the time in seek_read() after all. At least the pcapMartin Mathieson1-8/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss3-6/+0
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss50-100/+0
2012-09-19Fix a couple of dumping issues seen while working on 'reorder'.Martin Mathieson1-4/+21
2012-09-14Create a common libui using CMake similar to what we do with Autotools.Gerald Combs3-0/+29
2012-09-14From Nikhil Kalu:Anders Broman3-11/+86
2012-09-07From Stephen Donnelly via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-3/+5
2012-08-21Avoid some calls to strlen() by remembering return value fromMartin Mathieson1-10/+11
2012-08-11Ignore '\r' which will be found at the end of a line when a windows hostMartin Mathieson1-27/+32
2012-08-06Create (fake)interface information when loading a libpcap file it might be ne...Anders Broman1-1/+27
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris3-0/+5
2012-08-02From Richard Stearn: AX.25 KISS protocol support.Guy Harris3-1/+7
2012-07-30Avoid a division by zero due to overflow.Michael Tüxen1-2/+2
2012-07-30Added missing entry for WTAP_ENCAP_SDH.Stig Bjørlykke1-0/+3
2012-07-27Some more debug info.Michael Tüxen1-0/+5
2012-07-27It seems that the length should unsigned, not signed.Michael Tüxen1-1/+1
2012-07-27Handle the case where no IDB follows the SHB. This fixes part ofMichael Tüxen1-34/+30
2012-07-26Fix another uninitialised bug (the same bug in _read() I fixedMartin Mathieson1-1/+1
2012-07-25Initialize a byte to avoid more valgrind warnings.Martin Mathieson1-1/+1
2012-07-25Don't write one payload byte too many. Spotted by valgrind!Martin Mathieson1-2/+2
2012-07-20Add a routine that, given a set of packet encapsulation types, returnsGuy Harris3-13/+39
2012-07-19Addresses https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3895. Note tha...Michael Mann3-1/+57
2012-07-18Set the 802.11 "already decrypted" flag to FALSE for file formats otherGuy Harris6-0/+9
2012-07-18Add to the 802.11 pseudo-header a "this is already decrypted" flag, setGuy Harris2-22/+11
2012-07-15From Network Instruments by Tom Brezinski When a Network Instruments wireless...Anders Broman2-8/+30