URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=570d52a844afe40255ccce68d4bdad66669ff709
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
570d52a by Guy Harris (guy@xxxxxxxxxxxx):
    Pull the record processing into netmon_process_record().
    
    That combines more common code from the read and seek-read code
    paths.
    
    Also, separate out the individual metadata record types, with a comment
    for each, to simplify the process of supporting some or all of them in
    the future.
    
    Change-Id: Ic8ded397d9550ec6013c1f5f138333b1ef5c37e5
    Reviewed-on: https://code.wireshark.org/review/2869
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  0335ae3   convert to proto_tree_add_subtree[_format]
    adds  570d52a   Pull the record processing into netmon_process_record().
Summary of changes:
 wiretap/netmon.c |  261 ++++++++++++++++++++++++++----------------------------
 1 file changed, 126 insertions(+), 135 deletions(-)