aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2009-08-26#include <stdio.h> no longer req'd.wmeier1-1/+0
2009-08-23From kahou:jake3-2/+8
2009-08-10Update a comment - a bad packet size could also be the result of a fileguy1-2/+3
2009-08-10Don't try to allocate more than WTAP_MAX_PACKET_SIZE. Fixes a crashgerald1-0/+7
2009-08-07* Tue May 26 2009 cmorve69@yahoo.esjmayer1-1/+1
2009-07-26Note that libpcap fails if it tries to read a file with a snapshotguy1-1/+2
2009-07-16From Kahou via bug 3739:stig3-0/+6
2009-07-16Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmakeetxrab1-1/+1
2009-07-15Add /MP flag to make use of multi cores.etxrab1-1/+1
2009-07-02Don't dump out the raw link-layer type when noting thatguy1-2/+5
2009-07-02Patch from Alex Badea for Bug 3645.tuexen1-2/+2
2009-06-28Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.tuexen2-9/+68
2009-06-28Stop loading a pcapng file with multiple section header blocks.tuexen1-11/+19
2009-06-27Accept file snaplen larger than WTAP_MAX_PACKET_SIZE,tuexen1-6/+6
2009-06-27Fix copy/paste error introduced in rev. 28863.tuexen1-1/+1
2009-06-27Another cleanup. We are now back to Ulf's originaltuexen1-28/+42
2009-06-27Cleanup. Should be included in Wireshark 1.2.1 and higher to keeptuexen4-17/+20
2009-06-27Add support for writing pcapng files with multipletuexen2-29/+89
2009-06-27This patchtuexen4-19/+42
2009-06-27If all interfaces use the same encapsulation, usetuexen1-7/+18
2009-06-27This committuexen4-49/+113
2009-06-26Disable debug output.tuexen1-1/+1
2009-06-26* Allocate enough memory for reading a packet.tuexen1-22/+48
2009-06-24From Duncan Salerno:jake1-4/+11
2009-06-22Improve heuristic for packetlogger file format detection.tuexen1-4/+2
2009-06-22Add protection code to avoid crashed when .erf filestuexen1-1/+7
2009-06-18Fix for bug 3539: Address as signess issue for fcs_len.tuexen2-3/+3
2009-06-17Clean up a comment.tuexen1-2/+3
2009-06-16Whitespace cleanups.tuexen1-4/+4
2009-06-16Support per packet dumping in wtap_encap_string() and wtap_encap_short_string().stig1-5/+9
2009-06-15From Ben Winslow via bug 3535:gerald1-1/+10
2009-06-15Rename all of the ascend files:jmayer10-47/+51
2009-06-15Fix bug reported by Stig: per packet encapsulation fortuexen1-2/+2
2009-06-11When writing pcapng files use correct interface indextuexen1-1/+1
2009-06-04Fix Windows build warning:wmeier1-1/+1
2009-06-02Optimized check if file is a nstrace file.stig1-10/+4
2009-06-02When doing a seek-and-read, don't check the packet size, as we don'tguy3-16/+20
2009-06-02Better heuristics for detecting BER encoded file, especially when initial tag...gal1-17/+19
2009-06-02Corrected nspm_signature_version() again.stig1-1/+1
2009-06-02Avoid infinite loop in nspm_signature_version().stig1-1/+1
2009-06-02No newlines in the additional-error-information string, please.guy3-15/+15
2009-06-01Try Jakub's casting with GPOINTER_TO_INT().stig1-2/+2
2009-06-01Adding casts, take 3.stig1-2/+2
2009-06-01Adding casts, take 2.stig1-2/+2
2009-06-01Added/Changed some more casts to build.stig1-4/+4
2009-06-01Added some casts to remove some warnings.stig1-4/+4
2009-06-01From Ravi Kondamuru via bug 3457: stig7-3/+1436
2009-05-31Change my e-mail addresssfisher2-2/+2
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed ajmayer1-37/+57
2009-05-25Fix for bug 3469:sake1-10/+27