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