Wireshark-commits: [Wireshark-commits] rev 51951: /trunk/ /trunk/epan/dissectors/: packet-ipv6.c pa

Date: Wed, 11 Sep 2013 17:39:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51951

User: gerald
Date: 2013/09/11 10:39 AM

Log:
 Move a lot of includes from follow_stream_dialog.h to
 follow_stream_dialog.cpp. Remove the ones that we don't use. Use
 QMessageBox in place of simple_dialog.
 
 Move IP6OPT_HOME_ADDRESS and related definitions to packet-ipv6.c. It
 looks like we only use it there and it conflicts with WinPcap.
 
 Mark some items unused.

Directory: /trunk/epan/dissectors/
  Changes    Path             Action
  +24 -0     packet-ipv6.c    Modified
  +7 -26     packet-ipv6.h    Modified

Directory: /trunk/ui/qt/
  Changes    Path                        Action
  +48 -17    follow_stream_dialog.cpp    Modified
  +7 -37     follow_stream_dialog.h      Modified
  +2 -0      main_window.cpp             Modified