aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-07More P64 stuff.Guy Harris2-6/+7
2009-03-07Some LLP64 work to get rid of warnings for Win64; this is also good forGuy Harris2-14/+14
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitGerald Combs1-4/+1
2009-02-27Some context names now do include '-', so allow it.Martin Mathieson1-1/+1
2009-02-25From Mark C. Brown:Jaap Keuter2-7/+14
2009-02-21Add a cast to fix a VC6 compie warningBill Meier1-1/+1
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files toStephen Fisher5-2/+262
2009-01-27From Rolf Fiedler:Anders Broman3-1/+26
2009-01-14Update comment re the use of the flex statement '%option noline'Bill Meier1-3/+3
2009-01-08Fix a bug where a space character wasn't being written back to save files.Martin Mathieson1-3/+6
2009-01-08get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compil...Tomas Kukosa1-1/+1
2009-01-07Fix what certainly looks like a bug: change a SEEK_SET to SEEK_CURBill Meier1-1/+1
2009-01-07From Duncan Salerno:Jaap Keuter6-1/+454
2009-01-06Addt'l fix for bug #1937: Fill in frame pseudo_header as req'd.Bill Meier1-18/+47
2009-01-06Fix a typo in a commentBill Meier1-1/+1
2009-01-05Use encap=WTAP_ENCAP_UNKNOWN if encap can't be determined from the file frame.Bill Meier1-1/+1
2009-01-05Rework code somewhat; Fixes bug 1937 & various other issues.Bill Meier1-33/+82