Wireshark-commits: [Wireshark-commits] rev 34513: /trunk/epan/ /trunk/epan/: proto.c
Date: Thu, 14 Oct 2010 13:11:08 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34513

User: stig
Date: 2010/10/14 06:11 AM

Log:
 Support multiple header fields with the same abbreviation in custom columns.
 
 We have some different fields using the same abbreviation (e.g "eth.dst"
 used in both eth and tte), and this patch will fetch values from all fields.
 When using occurrences the entries listed first is from the field registered
 last when starting Wireshark, and not ordered from the occurrence in the
 packet, but I don't see how we can easily fix this.

Directory: /trunk/epan/
  Changes    Path          Action
  +47 -11    proto.c       Modified