Wireshark-commits: [Wireshark-commits] rev 27150: /trunk/epan/dissectors/ /trunk/epan/dissectors/:
Date: Sun, 04 Jan 2009 12:08:27 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27150

User: jake
Date: 2009/01/04 04:08 AM

Log:
 From Jim Young:
 The attached patch augments the epan/dissectors/packet-frame.c module to optionally generate MD5 hashes of each packet.  These MD5 hashes are calculated in the same 
 manner as the MD5 hash used for duplicate packet removal by the editcap utility.  
 
 The ability to generate the MD5 hashes can be enabled or disabled by a new boolean preferences option: frame.generate_md5_hash.  By default MD5 hash generation is disabled.
 
 To help identify frames with matching MD5 hashes this patch also includes a new
 display filter: frame.md5_hash.

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +28 -0     packet-frame.c    Modified