aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-15Just extract the title length once.Guy Harris1-4/+4
2018-06-15Fix some "bad file" messages.Guy Harris1-2/+2
2018-06-15Convert NetMon comment titles to UTF-8 when reading the file.Guy Harris2-13/+26
2018-06-15No need to check for a UTF-16 string's length being a multiple of 2.Guy Harris1-15/+9
2018-06-14Fix indentation.Guy Harris1-2/+2
2018-06-14Fix the handling of paths in the process information.Guy Harris1-7/+203
2018-06-07wiretap: add support for ruby marshal object files.Dario Lombardo5-2/+226
2018-06-07CMake: Get rid of FULL_SO_VERSIONGerald Combs1-3/+1
2018-06-04Use proper unsigned constant for bit shiftJaap Keuter1-1/+1
2018-05-30Fix problem building on NetBSD 7.1.Guy Harris1-1/+1
2018-05-30wiretap: camins: add support for timestampsMartin Kaiser1-15/+62
2018-05-25dpa400: Fix wiretap data packet lenDirk Eibach1-0/+1
2018-05-23pem: validate the base64 linesРоман Донченко1-1/+14
2018-05-21json: fix typo.Dario Lombardo1-1/+1
2018-05-20Make the two names for Unigraf DPA-400 captures the same.Guy Harris1-1/+1
2018-05-20Make the two file type descriptions for WTAP_FILE_TYPE_SUBTYPE_MPLOG the same.Guy Harris1-1/+1
2018-05-20Add an entry for WTAP_ENCAP_DPAUXMON.Guy Harris1-0/+2
2018-05-20Add entries for two WTAP_ENCAP_ types, and clean up another entry.Guy Harris1-1/+7
2018-05-17dpa400: fix no previous prototype for function 'dpa400_open' [-Wmissing-proto...Alexis La Goutte1-0/+1
2018-05-16Eliminate some unneeded header checks.Guy Harris5-10/+0
2018-05-15wiretap: Add a reader for files in the PEM-like format specified by RFC 7468Роман Донченко5-0/+239
2018-05-14Use ws_g_warning() for plugin registration errors.Guy Harris1-4/+5
2018-05-14wiretap: use pcapng_debug instead of g_warning.Dario Lombardo1-2/+2
2018-05-10wiretap: DPA-400 logfile supportDirk Eibach5-0/+273
2018-05-10DisplayPort AUX channel protocol dissectorDirk Eibach2-0/+4
2018-05-10nettrace: add g_assert in write_packet_data (CID 1435482).Dario Lombardo1-0/+2
2018-05-09Always explicitly set tm_isdst before calling mktime().Guy Harris1-0/+1
2018-05-08wiretap: make open_info_base[] constРоман Донченко1-1/+1
2018-05-07Revert "wiretap: DPA-400 logfile support"Guy Harris5-274/+0
2018-05-07wiretap: DPA-400 logfile supportDirk Eibach5-0/+274
2018-05-07wiretap: Add a file_gets variant that returns a pointer to the NUL terminatorРоман Донченко2-3/+13
2018-05-05nettrace_3gpp_32_423: fix memleak and copy of uninitialized memoryPeter Wu1-10/+7