aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2009-07-02Don't dump out the raw link-layer type when noting thatGuy Harris1-2/+5
2009-07-02Patch from Alex Badea for Bug 3645.Michael Tüxen1-2/+2
2009-06-28Add support for DLT_PPP_WITH_DIR. This fixes bug 3619.Michael Tüxen2-9/+68
2009-06-28Stop loading a pcapng file with multiple section header blocks.Michael Tüxen1-11/+19
2009-06-27Accept file snaplen larger than WTAP_MAX_PACKET_SIZE,Michael Tüxen1-6/+6
2009-06-27Fix copy/paste error introduced in rev. 28863.Michael Tüxen1-1/+1
2009-06-27Another cleanup. We are now back to Ulf's originalMichael Tüxen1-28/+42
2009-06-27Cleanup. Should be included in Wireshark 1.2.1 and higher to keepMichael Tüxen4-17/+20
2009-06-27Add support for writing pcapng files with multipleMichael Tüxen2-29/+89
2009-06-27This patchMichael Tüxen4-19/+42
2009-06-27If all interfaces use the same encapsulation, useMichael Tüxen1-7/+18
2009-06-27This commitMichael Tüxen4-49/+113
2009-06-26Disable debug output.Michael Tüxen1-1/+1
2009-06-26* Allocate enough memory for reading a packet.Michael Tüxen1-22/+48
2009-06-24From Duncan Salerno:Jaap Keuter1-4/+11
2009-06-22Improve heuristic for packetlogger file format detection.Michael Tüxen1-4/+2
2009-06-22Add protection code to avoid crashed when .erf filesMichael Tüxen1-1/+7
2009-06-18Fix for bug 3539: Address as signess issue for fcs_len.Michael Tüxen2-3/+3
2009-06-17Clean up a comment.Michael Tüxen1-2/+3
2009-06-16Whitespace cleanups.Michael Tüxen1-4/+4
2009-06-16Support per packet dumping in wtap_encap_string() and wtap_encap_short_string().Stig Bjørlykke1-5/+9
2009-06-15From Ben Winslow via bug 3535:Gerald Combs1-1/+10
2009-06-15Rename all of the ascend files:Jörg Mayer10-47/+51
2009-06-15Fix bug reported by Stig: per packet encapsulation forMichael Tüxen1-2/+2
2009-06-11When writing pcapng files use correct interface indexMichael Tüxen1-1/+1
2009-06-04Fix Windows build warning:Bill Meier1-1/+1
2009-06-02Optimized check if file is a nstrace file.Stig Bjørlykke1-10/+4
2009-06-02When doing a seek-and-read, don't check the packet size, as we don'tGuy Harris3-16/+20
2009-06-02Better heuristics for detecting BER encoded file, especially when initial tag...Graeme Lunt1-17/+19
2009-06-02Corrected nspm_signature_version() again.Stig Bjørlykke1-1/+1
2009-06-02Avoid infinite loop in nspm_signature_version().Stig Bjørlykke1-1/+1
2009-06-02No newlines in the additional-error-information string, please.Guy Harris3-15/+15
2009-06-01Try Jakub's casting with GPOINTER_TO_INT().Stig Bjørlykke1-2/+2
2009-06-01Adding casts, take 3.Stig Bjørlykke1-2/+2
2009-06-01Adding casts, take 2.Stig Bjørlykke1-2/+2
2009-06-01Added/Changed some more casts to build.Stig Bjørlykke1-4/+4
2009-06-01Added some casts to remove some warnings.Stig Bjørlykke1-4/+4
2009-06-01From Ravi Kondamuru via bug 3457: Stig Bjørlykke7-3/+1436
2009-05-31Change my e-mail addressStephen Fisher2-2/+2
2009-05-29Resume work on CMake for Wireshark. Finally found and fixed aJörg Mayer1-37/+57
2009-05-25Fix for bug 3469:Sake Blok1-10/+27
2009-05-25Added missing daintree-sna.h to Makefile.Stig Bjørlykke1-0/+1
2009-05-24From Fred Fierling (bug 3486):Stig Bjørlykke5-1/+306
2009-05-22From Aaron Turner: Use wtap_wtap_encap_to_pcap_encap() instead ofMichael Tüxen1-3/+3
2009-05-22From Kovarththanan Rajaratnam via bug 2680:Gerald Combs4-2/+230
2009-05-21From Kovarththanan Rajaratnam via bug 2676:Gerald Combs2-2/+23
2009-05-05One more debug output.Michael Tüxen1-0/+1
2009-05-03Use a dynamic glib array instead of a static C array forMichael Tüxen2-27/+28
2009-05-03Add support for multiple IDBs. They can used different encapsulations.Michael Tüxen1-35/+43
2009-05-03Improve handling of if_tsresol option.Michael Tüxen1-11/+23