aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris3-15/+19
2016-12-04Have separate merge APIs for regular file/temporary file/standard output.Guy Harris2-92/+355
2016-12-04Remove unnecessary cast (gchar = char) that removes const.Guy Harris1-1/+1
2016-12-03Use ws_close(), rather than the UN*X-only close().Guy Harris1-3/+3
2016-12-03Get rid of test printout.Guy Harris1-1/+0
2016-12-03When opening the standard output for writing, dup it.Guy Harris4-56/+31
2016-12-02Include config.h at the very beginning of all Flex scanners.Guy Harris2-3/+10
2016-11-08ERF: Fix issues with Host ID mappingAnthony Coddington2-18/+80
2016-10-27merge.c: do not give a NULL pointer when saving SHB comment optionPascal Quantin1-1/+3
2016-10-22More checks for localtime() and gmtime() returning NULL.Guy Harris3-19/+52
2016-10-20Exclude scanner-generated headers from ABI checkBalint Reczey1-0/+4
2016-10-11dumpabi: Fix log paths.Gerald Combs1-1/+1
2016-10-02Some strings that appear in at least some .aps files.Guy Harris1-15/+18
2016-09-30wsutil: split libjsmn.Dario Lombardo1-1/+1
2016-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-09-29Replace some seeks forward with wtap_read_bytes() with a null buffer pointer.Guy Harris11-28/+42
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris17-81/+73
2016-09-28file_access: Use g_slist_prepend.AndersBroman1-2/+2
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