aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-26Only use "libpcap" to refer to the library.Guy Harris1-48/+50
2018-09-26Rename the pseudo-header for X.25, V.120, and Frame Relay.Guy Harris6-15/+16
2018-09-25Get rid of unused flag argument.Guy Harris4-26/+16
2018-09-24nettrace: Improve error printout at parse error.AndersBroman1-0/+4
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs2-5/+5
2018-09-17Make the maximum block size big enough for max-size D-Bus packets.Guy Harris1-12/+15
2018-09-07systemd Journal: Add a cast.Gerald Combs1-1/+1
2018-08-31Add a systemd Journal Export Format parser and dissector.Gerald Combs6-10/+270
2018-08-25CMake: Modernize config-file package supportJoão Valverde1-0/+1
2018-08-11Add support for reading and writing the new if_hardware IDB option.Guy Harris5-3/+57
2018-08-09"It's not a valid text line" means "it's not an RFC 7468 file", not "it's bad".Guy Harris1-5/+3
2018-08-09Pass zero-length PSDU type information to the radio dissector.Guy Harris1-15/+24
2018-08-01RFC 7468 is PEM-inspired, but it's not PEM.Guy Harris5-22/+22
2018-08-01Do most of the RFC 7468 file processing in the dissector.Guy Harris3-116/+80
2018-07-31Relax ERF heuristicStephen Donnelly1-2/+2
2018-07-30Add WTAP_ENCAP_RUBY_MARSHAL to the table of encapsulation names.Guy Harris1-0/+3
2018-07-20If we have fseek/ftell variants with 64-bit offsets, use them.Guy Harris1-2/+2
2018-07-06Fix the calculation of a file's "basename".Guy Harris2-7/+38
2018-07-03The "Ethernet offset" is 16 bits in the file; make it so in the pseudo-header.Guy Harris1-1/+1
2018-06-28Add macros to initialize nstime_t values and use them.Guy Harris1-1/+1
2018-06-22Declare lead_surrogate only in the block where it's used.Guy Harris1-3/+5
2018-06-21Fix build paths for cmake's Xcode project generator on macOS.David Kreitschmann1-3/+10