http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=42871
User: guy
Date: 2012/05/27 05:31 PM
Log:
Don't use pcap LINKTYPE_ values in the iface_options structure, use
Wiretap encapsulation values; rename the field in question encap_type to
emphasize that. (Code that looks at that field already assumes it's a
Wiretap encapsulation value.)
For live captures, map the LINKTYPE_ value to a Wiretap encapsulation
value.
wtap_encap_string() never returns NULL, so don't check for a null return
value.
Directory: /trunk/ui/gtk/
Changes Path Action
+1 -7 summary_dlg.c Modified
Directory: /trunk/
Changes Path Action
+4 -4 summary.c Modified
+1 -1 summary.h Modified