aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2016-04-25Fix nmake build after statically linking version codeMichael Mann1-1/+1
2016-04-25mplog: fix 'err_info' was marked unused but was used [-Werror,-Wused-but-mark...Alexis La Goutte1-1/+1
2016-04-22Add CMake version.h dependencyJoão Valverde1-0/+2
2016-04-22Add mplog to the list of file extensions understood by Wireshark.Jeff Morriss1-0/+1
2016-04-21Link version code statically againJoão Valverde3-3/+11
2016-04-19wtap: fix leak in optionblock management.Dario Lombardo1-2/+5
2016-04-19Call the buffer for the magic number "magic".Guy Harris1-3/+3
2016-04-19Distinguish between read errors and short reads when opening.Guy Harris1-2/+5
2016-04-19Open routines are called with the seek pointer at the beginning.Guy Harris1-4/+0
2016-04-19Detect and handle EOFs in the middle of a packet.Guy Harris1-2/+15
2016-04-19Use memcmp() to check the magic number.Guy Harris1-2/+2
2016-04-18wiretap: add support for the mplog capture file formatMartin Kaiser6-0/+300
2016-04-17Fix "2nd byte of optional tags bitmap" flag values.Guy Harris1-2/+2
2016-04-13Windows: Remove the need for _CRT_NONSTDC_NO_DEPRECATE.Gerald Combs1-2/+2
2016-04-05Set the extra type the right way.Guy Harris3-2/+6
2016-04-05[ERF] g_list_free_full () is glib >= 2.28, g_hash_table_add is >= 2.32AndersBroman1-5/+18
2016-04-04Include ws_diag_control.h in config.hJoão Valverde2-4/+2
2016-04-04Rename "libz" to "zlib"João Valverde3-27/+27
2016-04-03Fix #defines.Guy Harris1-3/+3
2016-04-03Make the Flex scanners and YACC parser in libraries reentrant.Guy Harris6-408/+563
2016-04-03Include json.h with quotes, not angle brackets.Guy Harris1-1/+1
2016-04-03Use quotes, not angle brackets, for wtap-int.h and file_wrappers.h.Guy Harris1-2/+2
2016-04-03Don't deref before NULL check on pointer (CID-1358044)Jaap Keuter1-2/+5
2016-04-03Don't use <wtap.h> to refer to the main libwiretap header file.Guy Harris34-34/+34
2016-04-01ERF: Add dissection and wiretap support for ERF_TYPE_META.Anthony Coddington2-13/+1320
2016-04-01support for IP-over-Infiniband - pcap encapsulationPetr Sumbera3-3/+4
2016-03-31[Nettrace] Add parsing of some HSS records.AndersBroman1-11/+138
2016-03-29Assorted cleanups.Guy Harris1-17/+29
2016-03-28Fix some warnings/errors of typeJoerg Mayer6-8/+22
2016-03-27Treat Gammu DCT3 trace files as having magic numbers.Guy Harris1-1/+2
2016-03-24Add files by folder to distribution tarball (EXTRA_DIST)João Valverde1-0/+1
2016-03-23Add pkg.m4 and remove aclocal-flags scriptJoão Valverde1-2/+0
2016-03-09Initialize write function pointers when copying a new wtap block option.Michael Mann1-0/+2
2016-03-08Add EditorConfig settings for most C filesJoão Valverde2-0/+146
2016-03-06Fix indentation.Guy Harris1-23/+23
2016-03-06Improve wiretap block capabilities.Michael Mann4-1064/+725
2016-03-03Refactor wiretap option block types into a registration system.Michael Mann2-190/+261
2016-03-03Allocate GArray when copying stat blocks within IDB block.Michael Mann1-1/+1
2016-03-03Revert "autotools: Use explicit zlib dependency build flags"João Valverde1-7/+2
2016-03-03autotools: Use explicit zlib dependency build flagsJoão Valverde1-2/+7
2016-03-01NULL check GArray to prevent assertion.Michael Mann1-1/+2
2016-03-01Prevent use-after-free issues with pcapng.c/wtap_opttypes.cMichael Mann3-11/+14
2016-02-27wtap (opttypes.h): fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+2
2016-02-26Ensure we have a name resolution block when parsing its block type.Michael Mann1-1/+6
2016-02-25Clean up modelines and indentation.Guy Harris3-5/+5
2016-02-25An SHB with a magic of 0x1A2B3C4D isn't necessarily little-endian.Guy Harris1-2/+2
2016-02-25For SHBs, always use the byte order from the byte-order magic.Guy Harris1-19/+36
2016-02-25Fix allocation of option bocks in pcapng_read().Guy Harris1-2/+3
2016-02-24Fix another heap-based bufffer overflow.Guy Harris1-10/+12
2016-02-24Add 1 byte and 16 byte as separate values.Guy Harris1-2/+2