URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f0fb6ee50c953ac07eb76d47036a761a57f35491
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f0fb6ee by Gerald Combs (gerald@xxxxxxxxxxxxx):
mmdbresolve: Process our command line arguments by hand.
Visual Studio doesn't ship with a getopt implementation, so process our
arguments ourselves. Note that if we add support for more flags we'll
probably want to use GOption.
Change-Id: Ie78204aa64321ca68f3e66195b8c39e47ca410d9
Reviewed-on: https://code.wireshark.org/review/26288
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 0ddaec1 Get rid of unused information.
adds f0fb6ee mmdbresolve: Process our command line arguments by hand.
Summary of changes:
mmdbresolve.c | 28 +++++++++++++++-------------
1 file changed, 15 insertions(+), 13 deletions(-)