aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-25Added missing daintree-sna.h to Makefile.stig1-0/+1
2009-05-24From Fred Fierling (bug 3486):stig5-1/+306
2009-05-22From Aaron Turner: Use wtap_wtap_encap_to_pcap_encap() instead oftuexen1-3/+3
2009-05-22From Kovarththanan Rajaratnam via bug 2680:gerald4-2/+230
2009-05-21From Kovarththanan Rajaratnam via bug 2676:gerald2-2/+23
2009-05-05One more debug output.tuexen1-0/+1
2009-05-03Use a dynamic glib array instead of a static C array fortuexen2-27/+28
2009-05-03Add support for multiple IDBs. They can used different encapsulations.tuexen1-35/+43
2009-05-03Improve handling of if_tsresol option.tuexen1-11/+23
2009-05-03Use WTAP_FILE_TSPREC_NSEC as tsprecision. This makes it independent from thetuexen1-24/+11
2009-05-03Remove code that should have been removed by my last commit.tuexen1-18/+4
2009-05-03Use WTAP_ENCAP_PER_PACKET. This is an intermediate step towards supportingtuexen1-31/+49
2009-05-02Whitespace change.tuexen1-1/+1
2009-05-02Fix the handling of non PB/EPB blocks after the initial SDB/IDB.tuexen1-2/+8
2009-04-27pcap_to_wtap_map is not used outside wiretap/pcap-common.c, so make itguy2-8/+4
2009-04-27Nettl format != libpcap format && nettl format != pcap-NG format. guy1-10/+0
2009-04-27Move pseudo-header routines from libpcap.c to pcap-common.c, for useguy3-1325/+1089
2009-04-27Use named constant.tuexen1-1/+1
2009-04-27Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_guy5-652/+661
2009-04-26Clean up some comments I forgot to remove.tuexen1-4/+2
2009-04-26Don't do pointer casting - some version of GCC complain about that.guy1-27/+43
2009-04-25There's no guarantee that "ll" is the right modifier to use forguy1-2/+2
2009-04-25- add support for interface statistic blocktuexen1-21/+165
2009-04-24vms.c: undo an incorrect const committed in SVN #28144.wmeier1-1/+1
2009-04-24[Trivial] Constify a few thingswmeier6-15/+15
2009-04-24Improved reading Apple's PacketLogger files:stig2-49/+19