aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2013-10-19Minor refactoring in CMake ABI dump generationBalint Reczey1-3/+1
2013-10-19Set and use TMPDIR for ABI dump generation when using CMakeBalint Reczey1-4/+4
2013-10-18White space cleanups (thanks either to shekhar.chandra@citrix.com orGuy Harris1-31/+31
2013-10-18Revert SVN #52665.Bill Meier5-299/+39
2013-10-18From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier5-39/+299
2013-10-16Fix various: whitespace, comments & etc.Bill Meier1-612/+624
2013-10-15Add another cast.Gerald Combs1-1/+1
2013-10-15Add casts to fix some shortening errors.Gerald Combs1-4/+4
2013-10-15limit the values written to phdr.(cap)len to guint32, not to guint16Martin Kaiser1-6/+6
2013-10-15code review of parse_s1_W_stats()Martin Kaiser1-2/+16
2013-10-15Factor out common parts of ABI checks to UseABICheck.cmakeBalint Reczey1-15/+2
2013-10-14do some range checks when reading vwr filesMartin Kaiser1-14/+14
2013-10-13Add CMake properties to targets so that they are logically organised when usi...Graham Bloice1-0/+1
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