Wireshark-commits: [Wireshark-commits] master 1a384ef: [proto.c] Add proto_find_first_finfo() to fi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 27 Sep 2016 03:39:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1a384ef4161470bf4a1af18da9b0b98cbc9c7f56
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1a384ef by AndersBroman (anders.broman@xxxxxxxxxxxx):

    [proto.c] Add proto_find_first_finfo() to find first occurance of a field.
    
    Change-Id: I11f50d7b00851880f77067260e2496175d227e76
    Reviewed-on: https://code.wireshark.org/review/17937
    Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  0a45d13   WiX: Try to fix development upgrades.
    adds  1a384ef   [proto.c] Add proto_find_first_finfo() to find first occurance of a field.


Summary of changes:
 debian/libwireshark0.symbols |    1 +
 epan/print.c                 |    2 +-
 epan/proto.c                 |   34 ++++++++++++++++++++++++++++++++++
 epan/proto.h                 |    8 ++++++++
 4 files changed, 44 insertions(+), 1 deletion(-)