Wireshark-commits: [Wireshark-commits] master be13690: Continuation of bug 9532.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 23 Apr 2014 15:47:34 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=be13690c3ce269f215040f8d91baf374d05100e8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

be13690 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Continuation of bug 9532.
    
    Ie4d1edfd67a8e6f02834573f29f07baf79058534 created a several duplicate hf_ registrations.  That led to the exposure of some other potential problems with generating sequences.
    
    Still not quite complete, but want to pacify the buildbots, so there is a small amount of manual editing to comment out a few duplicated hfs in packet-parlay.c.
    
    Change-Id: I0ff8a9795e213ab966db8d6333b9477bad06250b
    Reviewed-on: https://code.wireshark.org/review/1302
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  1a1abf9   Conversation/memory scope fixes for LBM dissectors. See bug 9718.
    adds  be13690   Continuation of bug 9532.


Summary of changes:
 epan/dissectors/packet-parlay.c | 1700 +++++++++++++++++++++++++--------------
 epan/dissectors/packet-tango.c  |   96 ++-
 tools/wireshark_gen.py          |   14 +
 3 files changed, 1162 insertions(+), 648 deletions(-)