summaryrefslogtreecommitdiff
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-12Avoid building ascend.h and ascend.c in parallel (2 bison's running at the sa...Jeff Morriss1-1/+3
2013-06-28Use newly assigned DLT for PDU export functionalityPascal Quantin3-0/+12
2013-06-21Fix some pointer-signedness (well, signedness of what the pointer pointsGuy Harris3-10/+10
2013-06-19Clarify (a V1.0 file might have a single zero byte at the end of theGuy Harris1-2/+7
2013-06-18Slight stylistic cleanup - most routines, when defined, have no spaceGuy Harris2-2/+2
2013-06-18Note that NetScaler trace files are page-oriented, with records notGuy Harris1-4/+16
2013-06-18Don't limit the on-the-wire length of packets to 64KB, there are larger packetsEvan Huus1-16/+3
2013-06-17Put the code to fill in the struct wtap_pkthdr and to read the packetGuy Harris1-33/+31
2013-06-17Merge more of the read and seek-read code paths.Guy Harris1-29/+25
2013-06-17Merge "read record header" and "read packet data" routines into a singleGuy Harris26-989/+604
2013-06-16Make the libwiretap Buffer routines usable from C++, and fix the C++ UIGuy Harris1-0/+8
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris51-989/+647
2013-06-15Pull some of the code to set the struct wtap_pkthdr intoGuy Harris1-47/+50
2013-06-15Fill in at least some of the struct wtap_pkthdr in both the read andGuy Harris1-7/+14
2013-06-14Rename radcom_process_rec_header() to radcom_process_rec_header() andGuy Harris1-102/+77
2013-06-10Allign the error messages.Anders Broman1-0/+1
2013-06-09libwireshark's add_new_ipv4() and add_new_ipv6() now silently ignoreGuy Harris1-16/+3
2013-06-09Don't treat zero-length names in the NRB as errors, just silently ignoreGuy Harris1-11/+17
2013-06-07Use g_try_malloc() for some memory allocations, and return an "out ofGuy Harris1-5/+21
2013-06-07Prevent attempts to allocate huge amounts of memory by imposing anGuy Harris1-23/+141
2013-06-06From Mark C. Brown via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=87...Pascal Quantin2-0/+4