aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2012-12-23Fix syntax error showing up when using debug ouput.Michael Tüxen1-1/+1
2012-12-22Add support for writing the packet block flags for pcapng.Michael Tüxen1-24/+38
2012-12-22Whitespace changes.Michael Tüxen1-9/+9
2012-12-21Microsoft CRT's _write expects an unsigned int.Gerald Combs1-1/+1
2012-12-21Squelch a warning - the code shouldn't ever let "have" get so large thatGuy Harris1-1/+1
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris9-42/+56
2012-12-21Squelch 64-bit-to-32-bit implicit conversion warning; the warningGuy Harris1-2/+3
2012-12-05Fix another instance of a variable/parameter name "shadowing" a library funct...Bill Meier2-6/+6
2012-12-05Add a bunch of #defines for converting between tm_year/tm_mon/tm_mday toGuy Harris1-7/+22
2012-11-28Add native SCTP encapsulation.Michael Tüxen3-0/+6
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