URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fa4f4bff8bdce6f4b59ad5c7addba9663441269a
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master-2.6
Repository: wireshark
Commits:
fa4f4bf by Tomasz Moń (desowin@xxxxxxxxx):
randpktdump: Initialize print error handler
When there is a problem with output pipe, randpktdump will call
cfile_write_failure_message() which in turn calls cmdarg_err() which
calls print_err. Call cmdarg_err_init() so print_err is not NULL.
Change-Id: Ie459596a473c83204e9aa1d48bb2d2d3717b340a
Reviewed-on: https://code.wireshark.org/review/34495
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
(backported from commit 4853fb93b2e64a882f233cd91743976075faf6da)
Reviewed-on: https://code.wireshark.org/review/34526
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from a731b9b SNMP: handle Net-SNMP Engine Id of 12 octets
add fa4f4bf randpktdump: Initialize print error handler
Summary of changes:
extcap/randpktdump.c | 9 +++++++++
1 file changed, 9 insertions(+)