aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2018-11-17wiretap/merge.c: consolidate three similar merge_files routinesPeter Wu1-179/+46
2018-11-16nettrace: Handle failure to parse IPv6.Anders Broman1-3/+6
2018-11-16Add an API to get a description of a compression type, and use it.Guy Harris2-1/+16
2018-11-16nettrace: fix var init.Dario Lombardo1-1/+3
2018-11-16Use an enum for compression types in various interfaces.Guy Harris6-47/+74
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris5-102/+85
2018-11-15Don't set anything in *wth until we've decided it's a Peek classic file.Guy Harris1-3/+5
2018-11-15nettrace: Parse IPv6 addresses.Anders Broman1-50/+137
2018-11-15Simplify code.Guy Harris1-6/+3
2018-11-15Always use the file header to set the encapsulation type for Peek classic.Guy Harris2-26/+25
2018-11-14nettrace_3gpp_32_423: Don't crash on error and improve error output.Anders Broman1-1/+18
2018-11-14All Veriwave files and packets use WTAP_ENCAP_IXVERIWAVE.Guy Harris1-15/+0
2018-11-14Fix whitespace.Guy Harris1-3/+3
2018-11-14Fail more cleanly if the file has no records.Guy Harris1-33/+93
2018-11-14Catch attempts to write multiple encapsulation types if unsupported.Guy Harris12-0/+127
2018-11-13Fix function name in comment.Guy Harris1-1/+1
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris4-70/+25
2018-11-12Use the Wayback Machine for a page that currently isn't working.Guy Harris1-0/+6
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu5-71/+115
2018-11-10wiretap: fix truncated reads while reading compressed file formatsPeter Wu9-454/+122
2018-10-29The signal strength and noise in dB from an arbitrary reference are unsigned.Guy Harris1-2/+2
2018-10-29Handle signal/noise in dB from an arbitrary point in the 802.11 radio dissector.Guy Harris1-0/+4
2018-10-02Clean up some things.Guy Harris2-27/+36
2018-10-02Don't return TRUE with *err or *err_info set.Guy Harris1-0/+18
2018-10-01Fix handling of some ISDN calls.Guy Harris1-1/+17
2018-10-01pcapng: Fix a buffer length.Gerald Combs1-0/+1
2018-10-01wtap: fix regression in wtap_read_packet_bytesPeter Wu1-6/+2
2018-10-01Add a systemd Journal Export extcap.Gerald Combs1-3/+3
2018-10-01Put the FILE_T first in the arguments to parse_dbs_etherwatch_packet().Guy Harris1-4/+4
2018-09-30Remove unnecessary clearing of *err.Guy Harris1-2/+0
2018-09-30Small cleanup of the sequential read routine.Guy Harris1-7/+1
2018-09-29wiretap: remove redundant ws_buffer_assure_spacePeter Wu2-4/+0
2018-09-28pcapng: Fix a copy/paste error.Gerald Combs1-2/+0
2018-09-26Make systemd journal entries events.Gerald Combs6-36/+250
2018-09-26Make the ERF code in pcap_get_phdr_size() more like the reading code.Guy Harris1-17/+23
2018-09-26Get rid of unnecessary check.Guy Harris1-8/+0
2018-09-26Sort the pseudo-header routines in the order of the switch statements.Guy Harris1-458/+458
2018-09-26pcapng: Free option_content on errorGuy Harris1-0/+1
2018-09-26Move wtap_encap_requires_phdr() amongs the other switch statement routines.Guy Harris1-22/+21
2018-09-26pcapng: Free option_content on errorStig Bjørlykke1-0/+1
2018-09-26Sort cases in pcap_get_phdr_size(), add a missing one for WTAP_ENCAP_NFC_LLCP.Guy Harris1-12/+16
2018-09-26Don't update a variable that's not used at that point.Guy Harris1-1/+0
2018-09-26Put ERF pseudo-header reading and writing into single routines.Guy Harris1-154/+174
2018-09-26Get rid of bogus copied-and-pasted comment.Guy Harris1-1/+0
2018-09-26Sort cases in pcap_write_phdr() - and add missing NFC LLCP case.Guy Harris1-15/+35
2018-09-26Put the code for writing pseudo-headers into individual routines.Guy Harris1-107/+195
2018-09-26In LINKTYPE_PPP_WITH_DIR files, any non-zero direction value means "sent".Guy Harris1-5/+4
2018-09-26Shuffle pseudo-header definitions to just before the reader function.Guy Harris1-81/+81
2018-09-26Put the pseudo-header length checks into the pseudo-header read routines.Guy Harris1-218/+227
2018-09-26The sent field of the p2p pseudo-header is a Boolean.Guy Harris1-6/+1