source: trunk/lib/format_pcapfile.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1664   3 years salcock * Don't attempt to write out NONDATA packets, as these cannot be converted …
(edit) @1657   3 years salcock * Avoid obliterating errno if it is likely to be set
(edit) @1655   3 years salcock * Report an error when we fail our first read of a pcap file
(edit) @1603   3 years salcock * Handle dodgy wire lengths better - this solution tends towards …
(edit) @1580   3 years perry Complain if we can't open the file for writing
(edit) @1574   3 years perry Deal with restarting a tracefile
(edit) @1556   3 years perry Split compression type out from fileflags
(edit) @1549   3 years salcock * Fixed bug where the capture length could exceed the wire length if we …
(edit) @1537   3 years salcock * Fixed bug where the header pointer was not set correctly for packets …
(edit) @1518   3 years salcock * Updated licensing and documentation for several format modules and the …
(edit) @1490   3 years salcock * Fixed bug where a packet with zero bytes of payload would result in …
(edit) @1443   4 years perry Rearrange struct fields to get better packing on 64bit machines.
(edit) @1423   4 years salcock * Check for errors / EOF before asserting based on the contents of what …
(edit) @1422   4 years salcock * Ensure that the custom pcap event function is used rather than the …
(edit) @1421   4 years perry Support using timespec's for dealing with traces
(edit) @1401   4 years perry Try to autoguess the tracetype if the format uri specify is not present
(edit) @1391   4 years perry Rewrite the libtrace io subsystem to use the new wandio abstraction layer.
(edit) @1370   5 years perry Be more aggressive in looking for bad packets.
(edit) @1334   5 years perry If the file was never opened, don't bother trying to close it. (Reported …
(edit) @1332   5 years spa1 * Added prepare_packet functions to all formats, primarily to support …
(edit) @1331   5 years spa1 * <format>_set_capture_length now resets the cached capture length for the …
(edit) @1319   5 years perry Ready for release
(edit) @1303   5 years perry Add new "loss" framework
(edit) @1291   6 years smr26 When writing using pcapfile, silently discard RT metadata packets and …
(edit) @1285   6 years perry Fix a bug where we were writing the contents of link(2) to the file, …
(edit) @1269   6 years perry Move everything over to using the newer API's
(edit) @1246   6 years spa1 * Added a new config option for input traces which will specify whether …
(edit) @1208   6 years perry Deal with the wrong function name (it was renamed) Pass the right type
(edit) @1179   6 years perry Sooo, pcap has two types of DLT's "pure" DLT's that are platform …
(edit) @1166   6 years smr26 - Remove trace_get_wireless_fcs as it is no longer part of the Radiotap …
(edit) @1137   6 years perry If an error occured opening the file, don't segfault when we cleanup
(edit) @1131   6 years perry Update the copyright information Fix libpcap issue Remove all swig/python …
(edit) @1128   6 years perry Lots of tiny little warning fixes. Mostly related to casts
(edit) @1124   6 years perry Cleanup a gazillion warnings
(edit) @1122   6 years perry Squash more warnings
(edit) @1090   7 years perry Fixed up brazillions of warnings
(edit) @1073   7 years perry Use DLT_RAW instead of DLT_NULL when writing out raw IP. Also don't strip …
(edit) @1063   7 years perry Add trace conversion support for pcapfile:
(edit) @1050   7 years perry Fix some warnings
(edit) @1047   7 years perry Add support for trace compression
(edit) @999   7 years perry Deal with OOM to keep splint happier
(edit) @992   7 years perry Add write support to pcapfile
(edit) @931   7 years perry Convert pcapfile over to using byteswap{16,32}. Fix typos in previous …
(edit) @922   7 years perry Remove old CONSTRUCTOR initialisation code, and only rely on the newer …
(edit) @877   7 years perry Move pcapfile_pkt_hdr_t to be a global libtrace internal structure Change …
(edit) @784   7 years spa1 Fixed memory leak in trace_event_trace Wrote an example using the event …
(edit) @770   7 years perry Style fixes, get rid of unnecessary "struct"'s
(edit) @737   7 years perry Fix support for writing on interfaces
(edit) @735   7 years perry Clean up the various usages of TRACE_ERR_*, add TRACE_ERR_UNSUPPORTED and …
(edit) @722   7 years perry Remove reliance on pcap.h for DLT_'s (and while we're here, make them a …
(add) @719   7 years perry Add new pcapfile: uri for natively reading pcap files (without libpcap) …
Note: See TracRevisionLog for help on using the revision log.