aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2016-08-29pcapng: do not leak blocksPeter Wu1-8/+8
2016-08-25Handle ETH_P_CANFD as well as ETH_P_CAN.Guy Harris1-1/+7
2016-08-25One more change for the removal of LINKTYPE_SOCKETCAN_HOSTENDIAN.Guy Harris1-5/+2
2016-08-25Go back to having only one SocketCAN LINKTYPE_ value.Guy Harris2-43/+3
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-08-19Handle the new LINKTYPE_CAN_SOCKETCAN_HOSTENDIAN.Guy Harris3-6/+111
2016-08-18Don't distinguish between PARSED_NONRECORD and PARSE_FAILED.Guy Harris1-21/+18
2016-08-18Make it a little clearer what ascend_open() is doing.Guy Harris1-11/+16
2016-08-18Just return the value of yyparse() from run_ascend_parser().Guy Harris1-3/+1
2016-08-17The caplen for a packet is always "number of bytes seen".Guy Harris2-17/+7
2016-07-31ERF: Add ERF_TYPE_META clock tagsAnthony Coddington1-0/+32
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