Wireshark-commits: [Wireshark-commits] master 92bb13a: Export the value_string array ip_proto_val_e

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Nov 2015 21:59:33 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=92bb13a4d22a48c43aa5fa6910c68829edebfdd0
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

92bb13a by Jo Rueschel (wireshark@xxxxxxxxxxx):

    Export the value_string array ip_proto_val_ext for usage in plugins
    
    Until now, it is not possible to use the IANA-assigned protocol values in a Wireshark plugin.
    This commit exports them for use on Windows machines.
    
    As discussed on http://seclists.org/wireshark/2015/Nov/88
    
    Change-Id: I22adc33accf5d776bd3e5cc0899d3c5b9e9d531c
    Reviewed-on: https://code.wireshark.org/review/11874
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  4002f98   ssl,dtls: use ProtocolVersion from Server Hello
    adds  92bb13a   Export the value_string array ip_proto_val_ext for usage in plugins


Summary of changes:
 epan/ipproto.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)