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