summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2013-09-29Get rid of a redundant check - pcapng_read_packet_block() already checksGuy Harris1-89/+74
2013-09-28The pcap-ng spec says the captured length is the minimum of theGuy Harris1-23/+40
2013-09-28Actually, the captured length must be the minimum of:Guy Harris1-8/+32
2013-09-28Fix cut-and-pasteo.Guy Harris1-1/+1
2013-09-28Correctly calculate the captured length in a Simple Packet Block -Guy Harris1-3/+1
2013-09-28In a Simple Packet Block, the captured length isn't the block lengthGuy Harris1-5/+7
2013-09-28There's no interface ID in a Simple Packet Block.Guy Harris1-10/+16
2013-09-22Fix some typos, indentation. Don't try to write the NRB if the pointer to ourEvan Huus1-139/+139
2013-09-22Remove unused parameter.Evan Huus1-3/+3
2013-09-22Turn off debuging.Anders Broman1-1/+1
2013-09-22Get rid of struct addrinfo, use the hastables for name resolution instead.Anders Broman4-96/+125
2013-09-15From Tom Cook via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9147 Lo...Alexis La Goutte1-3/+3
2013-09-07trivial: fix a typoMartin Kaiser1-1/+1
2013-08-27Make sure we initialize the array of file type extensions before we useGuy Harris1-0/+2
2013-08-27Have a separate list of extension sets to use in the Open dialog;Guy Harris2-68/+168
2013-08-23For the Windows Open dialog for capture files, get rid of the "(*.*)" inGuy Harris2-29/+81
2013-08-22From Stephen Donnelly <stephen.donnelly@emulex.com>:Guy Harris1-1/+5
2013-08-22Back out the previous change, so I can check it in again with theGuy Harris1-5/+1
2013-08-22Copy over r51462 from trunk:Guy Harris1-1/+5
2013-08-22What was I thinking? ".caz" is used for compressed *Windows* SnifferGuy Harris1-2/+2
2013-08-15Original ERF file format documentation is still 404, link to bugzilla.Jakub Zawadzki1-0/+1
2013-08-12Fix error when enable "debug" in wiretap/pcapng.c fileAlexis La Goutte1-1/+1
2013-08-10Initialize float variables with float constants, not double constants,Guy Harris1-6/+6
2013-08-10Fix error when build with clang 3.0Alexis La Goutte1-1/+1
2013-08-10IxVeriwave 11ac patch (bug 8912) from Tom Cook.Martin Mathieson1-528/+516
2013-08-08Clarify what the special cases in wtap_wtap_encap_to_pcap_encap() areGuy Harris1-17/+17
2013-08-08Point to the tcpdump.org link-layer header types page.Guy Harris1-1/+2
2013-08-08Rename "dlt_value" to "linktype_value", and give more details inGuy Harris1-30/+43
2013-07-31Back out previous checkin, which wasn't intended (and which had theGuy Harris1-147/+137
2013-07-31Copy over r51049 from trunk:Guy Harris1-137/+147
2013-07-29Try to fix error: uninitialized const 'zeroes' is invalid in C++ [-Werror=c++...Pascal Quantin1-1/+1
2013-07-29Make a never-changed pile-o-zeroes const.Guy Harris1-1/+1
2013-07-29Make a never-changed table const.Guy Harris1-1/+1
2013-07-29Make non-static a variable that doesn't need to be static.Guy Harris1-2/+2
2013-07-29The base_secs value should be a time_t, as it's calculated usingGuy Harris1-5/+14
2013-07-29Add a URL for a STANAG 4607 spec.Guy Harris1-2/+4
2013-07-28Use the portable g_ntohl, also add some casts.Evan Huus1-5/+5
2013-07-28From Linas Vepstas via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8962Evan Huus7-0/+243
2013-07-28If a core Wireshark developer repeatedly can't remember that theGuy Harris1-2/+11
2013-07-23Don't cast away constness (except where APIs render that impossible).Guy Harris1-1/+1
2013-07-23Don't cast away constness.Guy Harris1-1/+1
2013-07-23Handle operating systems that are anticipating the day when files shouldGuy Harris1-1/+9
2013-07-23Use largefile detection in cmake.Jörg Mayer1-1/+1
2013-07-22Move file_wrappers.c to dirty files, it has some warnings (turning errors)Jörg Mayer1-4/+8
2013-07-16The new frame-based tvbuff code found that the DOS Sniffer code forGuy Harris1-8/+51
2013-07-16Make camins_read_packet static.Chris Maynard1-1/+1
2013-07-16Include merge.h, so it shows up in the distribution tarball.Guy Harris1-0/+1
2013-07-16Move merge.{h,c} into wiretap: these modules use wiretap to merge files.Jeff Morriss4-0/+419
2013-07-16Explain that we don't have to worry about fixed-length buffers whoseGuy Harris1-1/+6
2013-07-15On the suggestion of Cal Turney, viaEvan Huus1-0/+6