Wireshark-commits: [Wireshark-commits] master 5d610b5: Remove decode_numeric_bitfield.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 8 Jan 2015 05:46:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5d610b58c5c45c0bb555d227a684785a0721f434
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5d610b5 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Remove decode_numeric_bitfield.
    
    It was only used by 1 dissector and that dissector can just use bitmasking in the hf_ field.
    
    Change-Id: I99179356dd7cbfab0c7be1512357a7e4c0eecde6
    Reviewed-on: https://code.wireshark.org/review/6390
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  4a5ca5c   bytes_to_ep_str -> bytes_to_str
    adds  5d610b5   Remove decode_numeric_bitfield.


Summary of changes:
 debian/libwireshark0.symbols  |    1 -
 epan/dissectors/packet-smb2.c |    7 ++-----
 epan/to_str.c                 |   21 ---------------------
 epan/to_str.h                 |    2 --
 4 files changed, 2 insertions(+), 29 deletions(-)