Wireshark-commits: [Wireshark-commits] master f39366b: NetFlow: Add Ixia 'IxFlow' fields and make s
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Jan 2015 20:17:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f39366bb1297c1b932459a6ad991869b22336176
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f39366b by Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx):

    NetFlow: Add Ixia 'IxFlow' fields and make some general usability improvements
    
    
    - Sequence number analysis using flow sequence within an observation domain.
    - Link back from data set to template frame, if have seen
    - Show more information (observation domain ID, set ID, etc) in Info column and protocol roots
    - Look up protocol field from ip_proto
    
    Change-Id: I3147387a3cd0d1fc33b879b3ba226753ed2cd8dd
    Reviewed-on: https://code.wireshark.org/review/6331
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  29207bf   $(MSVCR_DLL) might contain spaces, so we need to quote that sed expression.
    adds  f39366b   NetFlow: Add Ixia 'IxFlow' fields and make some general usability improvements


Summary of changes:
 epan/dissectors/packet-netflow.c |  567 +++++++++++++++++++++++++++++++++++---
 epan/sminmpec.h                  |    1 +
 2 files changed, 532 insertions(+), 36 deletions(-)