Wireshark-commits: [Wireshark-commits] master 9810718: Move parsing of specific tokens to separate 
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=981071806d34d136387d52f4af5b2daa63ad9b46
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
9810718 by Krzysztof Opasiak (k.opasiak@xxxxxxxxxxx):
    Move parsing of specific tokens to separate functions
    
    One giant switch starts being very hard to read so let's move its
    parts to dedicated functions to improve the readability.
    
    Change-Id: I12861f110a0df862667f59a96710f6d3371c8fa7
    Signed-off-by: Krzysztof Opasiak <k.opasiak@xxxxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/34275
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    
Actions performed:
    from  fb42c24   User Guide: document dfilter_macros file
     add  9810718   Move parsing of specific tokens to separate functions
Summary of changes:
 epan/dissectors/packet-usbll.c | 234 +++++++++++++++++++++++------------------
 1 file changed, 133 insertions(+), 101 deletions(-)