aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-23Added PacketLogger to dump_open_table_base to be able to open pklg filesstig1-1/+4
2009-04-22More file-offset fixes.guy1-1/+1
2009-04-22ssize_t is UN*X-only; don't use it.guy1-12/+12
2009-04-22LLP64 fix.guy1-1/+1
2009-04-22Signed vs. unsigned fix.guy1-1/+1
2009-04-22Clean up some 64-bit issues.guy15-197/+195
2009-04-08Disable warnings-as-errors for Flex-generated output. Add a couple of gsizegerald1-3/+3
2009-03-31Add a check to make sure we don't try to allocate a huge buffer. Ifgerald1-7/+11
2009-03-15From Jakub Zawadzki:stig1-6/+2
2009-03-11Flex doesn't generate LLP64-compilable output. For the time being don'tgerald1-1/+5
2009-03-10Another iteration of 64-bit-support-by-successive-approximation.gerald1-5/+5
2009-03-10ng_file_read and SnifferDecompress need to be able to return negativegerald1-14/+18
2009-03-09More 64-bit fixes.gerald4-5/+5
2009-03-09Convert a bunch of ints to size_t in ngsniffer.c, and make sure file_readgerald2-15/+15
2009-03-09P64 fixes.gerald9-18/+18
2009-03-08Change a a remaining eth_fopen to ws_fopen (used only under an #if debug).wmeier1-1/+1
2009-03-07More P64 changes.guy1-2/+2
2009-03-07More P64 changes.guy1-1/+1
2009-03-07More P64 changes.guy1-2/+3
2009-03-07More P64 changes.guy1-1/+2
2009-03-07Squelch warnings - none of those strings will be so long that theguy1-6/+6
2009-03-07More P64 stuff.guy2-6/+7
2009-03-07Some LLP64 work to get rid of warnings for Win64; this is also good forguy2-14/+14
2009-03-02More Windows compiler flag cleanups. Fix a problem with my last commitgerald1-4/+1
2009-02-27Some context names now do include '-', so allow it.martinm1-1/+1
2009-02-25From Mark C. Brown:jake2-7/+14
2009-02-21Add a cast to fix a VC6 compie warningwmeier1-1/+1
2009-02-16Add support for reading Apple's Bluetooth PacketLogger capture files tosfisher5-2/+262
2009-01-27From Rolf Fiedler:etxrab3-1/+26
2009-01-14Update comment re the use of the flex statement '%option noline'wmeier1-3/+3
2009-01-08Fix a bug where a space character wasn't being written back to save files.martinm1-3/+6
2009-01-08get rid of few signed/unsigned mishmash warnings to have it with MSVC6 compil...kukosa1-1/+1
2009-01-07Fix what certainly looks like a bug: change a SEEK_SET to SEEK_CURwmeier1-1/+1
2009-01-07From Duncan Salerno:jake6-1/+454
2009-01-06Addt'l fix for bug #1937: Fill in frame pseudo_header as req'd.wmeier1-18/+47
2009-01-06Fix a typo in a commentwmeier1-1/+1
2009-01-05Use encap=WTAP_ENCAP_UNKNOWN if encap can't be determined from the file frame.wmeier1-1/+1
2009-01-05Rework code somewhat; Fixes bug 1937 & various other issues.wmeier1-33/+82
2009-01-04Fix some indentationwmeier1-13/+13
2009-01-04Oops: Revert SVN #27152: There weren't actually any memory leaks ...wmeier1-6/+0
2009-01-04Fix a few minor memory leaks...wmeier1-0/+6
2009-01-04Minor rewording of a few comments; fix a few typos.wmeier1-1/+1
2008-12-24Name changes to match libpcap name change of the corresponding DLT_guy2-6/+6