aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2016-07-27If we don't get any OS information, remove the old OS information.Guy Harris1-0/+5
2016-07-26Ensure to have a valid string pointer when writing OS SHB optionPascal Quantin2-3/+13
2016-07-26Fix some of the checkAPIs.pl warnings for g_warning.Michael Mann1-10/+10
2016-07-24Fix shadow variable warnings.Michael Mann1-3/+3
2016-07-21Don't pass NULL to wtap_block_set_string_option_value().Guy Harris1-4/+2
2016-07-21Remove more string option value null checks.Guy Harris1-53/+38
2016-07-21No need to check for string option values being null.Guy Harris1-1/+1
2016-07-18block->options is never null; don't check for it.Guy Harris1-2/+1
2016-07-18Remove wtap_block_num_options_of_type().Guy Harris1-36/+0
2016-07-16Comment cleanups.Guy Harris1-9/+9
2016-07-16Add APIs to remove option instances from blocks.Guy Harris2-16/+128
2016-07-15Use spaces rather than tabs for indentation.Guy Harris1-2/+2
2016-07-15Update comments, give option numbers in decimal.Guy Harris1-27/+27
2016-07-15Squelch a compiler warning.Guy Harris1-1/+1
2016-07-15wtap_opttypes.c: Fix build error.Michael Mann1-1/+1
2016-07-15Do a deep copy in wtap_block_add_custom_option().Guy Harris4-5/+45
2016-07-15Fix the snapshot length part of the "same interface?" check.Guy Harris1-12/+24
2016-07-15Squelch compiler warnings.Guy Harris1-2/+2
2016-07-15Fix signature of wtap_opttype_block_register().Guy Harris1-1/+1
2016-07-14Redo the block options APIs.Guy Harris10-1095/+1824
2016-07-14vwr.c Dynamically allocate large buffersMichael Mann1-9/+33
2016-07-14pcapng.c: Use preprocessor directive to compare G_BYTE_ORDER with G_LITTLE_EN...Michael Mann1-1/+5
2016-06-30Remove Makefile.common filesJoão Valverde3-196/+173
2016-06-22Windows: rename wiretap-${PROJECT_VERSION}.dll to libwiretap.dllPascal Quantin1-3/+1
2016-06-21pcap: ERF per-Host ID/Source ID interface supportAnthony Coddington1-7/+31
2016-06-21Add support for Opencontrail virtual networkRudra Rugge3-1/+7
2016-06-16randpktdump: fix a crash.Dario Lombardo1-1/+1
2016-06-16ip-over-ib description entry was missingRudra Rugge1-1/+3
2016-06-16Export wtap_optionblock_copy_options() symbolPascal Quantin1-1/+1
2016-06-15Remove Nmake build systemPascal Quantin2-83/+0
2016-06-15Don't map the interface ID for records that don't pertain to an interface.Guy Harris1-5/+11
2016-06-15wtap: Make default_filter staticStig Bjørlykke1-2/+1
2016-06-15More Sysdig / system event support.Gerald Combs3-3/+129
2016-06-10More comment clarification.Guy Harris1-2/+4
2016-06-10Make the IPv4 NRB code's comments match the IPv6 NRB code's comments.Guy Harris1-1/+8
2016-06-08Support reading in and storing multiple Section Header and Name Resolution bl...Michael Mann1-14/+8
2016-06-07ERF: Make ERF wiretap forwards compatible.Anthony Coddington2-11/+6
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-1/+1
2016-06-06*_stdup_printf -> strdup for "single string only" formatting.Michael Mann9-17/+17
2016-06-06Add a routine to get an array of all instances of a string option.Guy Harris2-0/+41
2016-06-06Directly use wtap_opttypes calls to fetch SHB options.Guy Harris2-87/+96
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann5-35/+47
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann11-82/+112
2016-06-01Allow create_tempfile to support a suffix.Michael Mann2-2/+2
2016-06-01Register a few more file extensions as belonging to Wireshark.Jeff Morriss1-2/+2
2016-05-31Suggest that file types should also be registered in the WiX installer.Jeff Morriss1-2/+2
2016-05-30If routines return a wtap_opttype_return_val, declare them as doing so.Guy Harris2-48/+68
2016-05-30Copy all options when creating SHB block for new file.Michael Mann1-4/+1
2016-05-28Make wtap_optionblock_foreach_option public.Guy Harris1-1/+1
2016-05-26Remove write capabilities from wtap_optionblocks.Michael Mann3-457/+635