aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
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