aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-03Use WTAP_FILE_TSPREC_NSEC as tsprecision. This makes it independent from theMichael Tüxen1-24/+11
2009-05-03Remove code that should have been removed by my last commit.Michael Tüxen1-18/+4
2009-05-03Use WTAP_ENCAP_PER_PACKET. This is an intermediate step towards supportingMichael Tüxen1-31/+49
2009-05-02Whitespace change.Michael Tüxen1-1/+1
2009-05-02Fix the handling of non PB/EPB blocks after the initial SDB/IDB.Michael Tüxen1-2/+8
2009-04-27pcap_to_wtap_map is not used outside wiretap/pcap-common.c, so make itGuy Harris2-8/+4
2009-04-27Nettl format != libpcap format && nettl format != pcap-NG format. Guy Harris1-10/+0
2009-04-27Move pseudo-header routines from libpcap.c to pcap-common.c, for useGuy Harris3-1325/+1089
2009-04-27Use named constant.Michael Tüxen1-1/+1
2009-04-27Have the libpcap and pcap-NG code share the LINKTYPE_-to-WTAP_ENCAP_Guy Harris5-652/+661
2009-04-26Clean up some comments I forgot to remove.Michael Tüxen1-4/+2
2009-04-26Don't do pointer casting - some version of GCC complain about that.Guy Harris1-27/+43
2009-04-25There's no guarantee that "ll" is the right modifier to use forGuy Harris1-2/+2
2009-04-25- add support for interface statistic blockMichael Tüxen1-21/+165
2009-04-24vms.c: undo an incorrect const committed in SVN #28144.Bill Meier1-1/+1
2009-04-24[Trivial] Constify a few thingsBill Meier6-15/+15
2009-04-24Improved reading Apple's PacketLogger files:Stig Bjørlykke2-49/+19
2009-04-23Added PacketLogger to dump_open_table_base to be able to open pklg filesStig Bjørlykke1-1/+4
2009-04-22More file-offset fixes.Guy Harris1-1/+1
2009-04-22ssize_t is UN*X-only; don't use it.Guy Harris1-12/+12
2009-04-22LLP64 fix.Guy Harris1-1/+1
2009-04-22Signed vs. unsigned fix.Guy Harris1-1/+1
2009-04-22Clean up some 64-bit issues.Guy Harris15-197/+195
2009-04-08Disable warnings-as-errors for Flex-generated output. Add a couple of gsizeGerald Combs1-3/+3
2009-03-31Add a check to make sure we don't try to allocate a huge buffer. IfGerald Combs1-7/+11
2009-03-15From Jakub Zawadzki:Stig Bjørlykke1-6/+2
2009-03-11Flex doesn't generate LLP64-compilable output. For the time being don'tGerald Combs1-1/+5
2009-03-10Another iteration of 64-bit-support-by-successive-approximation.Gerald Combs1-5/+5
2009-03-10ng_file_read and SnifferDecompress need to be able to return negativeGerald Combs1-14/+18
2009-03-09More 64-bit fixes.Gerald Combs4-5/+5
2009-03-09Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_readGerald Combs2-15/+15
2009-03-09P64 fixes.Gerald Combs9-18/+18
2009-03-08Change a a remaining eth_fopen to ws_fopen (used only under an #if debug).Bill Meier1-1/+1
2009-03-07More P64 changes.Guy Harris1-2/+2
2009-03-07More P64 changes.Guy Harris1-1/+1
2009-03-07More P64 changes.Guy Harris1-2/+3
2009-03-07More P64 changes.Guy Harris1-1/+2
2009-03-07Squelch warnings - none of those strings will be so long that theGuy Harris1-6/+6