aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mcast_stream.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Move gtk to ui/gtk.Jörg Mayer1-469/+0
2010-10-12Minor cleanup of the global namespace:Bill Meier1-108/+120
2010-08-30Remove some unnecessary includes: a lot of things don't need globals.h and re...Jeff Morriss1-2/+0
2010-04-03Make UDP Multicast Stream dialog work again.Jaap Keuter1-2/+2
2010-01-29Fix various gcc -Wshadow warnings.Bill Meier1-4/+4
2009-08-27Add #include <stdio.h> in a few more places ....Bill Meier1-0/+1
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-2/+2
2009-04-08(Trivial) Fix some spelling & etc in commentsBill Meier1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-10-24Windows build: #include winsock2.h only when needed.Bill Meier1-1/+3
2008-08-05Don't put (non-extern'd) prototypes for protect_thread_critical_region() andJeff Morriss1-4/+1
2008-06-29Fix some simple cases of GTK2 deprecated API usage by using a renamed or equi...Bill Meier1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-6/+5
2008-04-13Add IPv6 multicast support.Jaap Keuter1-2/+5
2008-04-13sort #includes by directoriesUlf Lamping1-14/+18
2008-04-07Fix for bug 2414:Jaap Keuter1-2/+3
2008-02-18Add $Id$Bill Meier1-0/+2
2007-03-21fix all warnings in gtk dir & set the "treat all warnings as errors" MSVC flagUlf Lamping1-8/+8
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-04-30Get rid of extra semicolon - GCC warns that ISO C doesn't allow it.Guy Harris1-1/+1
2006-04-24From Miha Jemec:Anders Broman1-0/+450