Wireshark-commits: [Wireshark-commits] master 3cb5d94: Completely remove "old style" dissector supp
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 26 Nov 2015 12:34:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3cb5d94018225a466154a5d22e31f67ce24312a0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3cb5d94 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Completely remove "old style" dissector support.
    
    The typedef for the "old style" has been removed as well as any old vs new style checks.
    
    The release notes have been updated to reflect the API change, even though the search/replace of the "new style" function names hasn't happen yet.  But it will be coming shortly...
    
    Change-Id: I6d1eeb51d30e3b2b27f0eafd85fe0ddc0ca25b14
    Reviewed-on: https://code.wireshark.org/review/12153
    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  921a844   Remove use of APPEND_BOOLEAN_FLAG in favor of proto_tree_add_bitmask_with_flags.
    adds  3cb5d94   Completely remove "old style" dissector support.


Summary of changes:
 docbook/release-notes.asciidoc |    4 ++++
 epan/packet.c                  |   31 +++++--------------------------
 epan/packet.h                  |    5 -----
 3 files changed, 9 insertions(+), 31 deletions(-)