aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2016-09-16Don't pick up junk from an unset error-number variable.Guy Harris3-9/+13
2016-09-15Don't pick up junk from an unset error-number variable.Guy Harris1-9/+11
2016-09-15iseries: rework the read routine.Dario Lombardo1-37/+21
2016-09-10wiretap: fix memory leak of interface_data for wtap_dumperPeter Wu2-3/+12
2016-09-10Have "All Capture Files" match only capture files.Guy Harris2-47/+70
2016-09-09ipfix: use ws_strtoi function.Dario Lombardo1-1/+3
2016-09-09erf: use ws_strtoi function.Dario Lombardo1-1/+2
2016-09-09Get rid of trailing blank.Guy Harris1-1/+1
2016-09-09Clean up error reporting.Guy Harris1-31/+64
2016-09-09Add a comment.Guy Harris1-0/+3
2016-09-09dct3trace: use ws_strtoi function.Dario Lombardo1-1/+3
2016-09-09catapult: use ws_strtou/i functions.Dario Lombardo1-4/+14
2016-09-07Make the ws_strto* routines more like the strto* routines.Guy Harris1-1/+2
2016-09-07Further ws_strto* cleanups.Guy Harris1-10/+10
2016-09-07vms: use ws_strtoi function.Dario Lombardo1-1/+7
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