Wireshark-commits: [Wireshark-commits] master a323f0c: packet-mq: Add New Def, Reformat Lines, re-o

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

Commits:

a323f0c by Robert Grange (robionekenobi@xxxxxxxxxx):

    packet-mq: Add New Def, Reformat Lines, re-order val_str def
    
    Add missing definition, add new definition, Reformat some lines
    Re-order the value_string used with ext_value_string definition
    so they are in asc ASCII order as the ext_value_string is now
    sorted before first use
    
    renamed own tvb_get... funct to new tvb_get_guintxx funct
    and deleted own tvb_get... funct
    use ptvcursor_ funct instead of own macro to increment offset
    removed <epan/tvbuff.h> in *.c files
    correct [-Wunused-const-variable]
    
    Change-Id: Iaee26289e098cde0e5787ca1c98de64b6b733fa2
    Reviewed-on: https://code.wireshark.org/review/6079
    Reviewed-by: Robert Grange <robionekenobi@xxxxxxxxxx>
    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: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  37e64d8   Unistim: Nesting level does not match indendation (CID 1159216)
    adds  a323f0c   packet-mq: Add New Def, Reformat Lines, re-order val_str def


Summary of changes:
 epan/dissectors/packet-mq-base.c |  583 ++++++++++++++++++++++++--------------
 epan/dissectors/packet-mq-pcf.c  |   66 ++---
 epan/dissectors/packet-mq.c      |  299 +++++++++++--------
 epan/dissectors/packet-mq.h      |   79 ++++--
 4 files changed, 628 insertions(+), 399 deletions(-)