ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 42871: /trunk/ /trunk/ui/gtk/: summary_dlg.c /trunk/: su

Date: Mon, 28 May 2012 00:31:28 GMT
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