aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher31-103/+105
2007-03-27Have retransmissions added only once per retransmitted packet.Luis Ontanon1-39/+33
2007-03-27from Gisle Vanem:Ulf Lamping2-2/+2
2007-03-27from Peter Johansson:Ulf Lamping4-14/+13
2007-03-27Common handling of picture layer.Anders Broman1-99/+402
2007-03-27as Gisle Vanem noted that MingW doesn't "like" the #pragmas:Ulf Lamping7-7/+7
2007-03-27add missing #pragma warning disable (now using _MSC_VER)Ulf Lamping3-0/+12
2007-03-27Include ws_strsplit.h to override glib 1.2's (buggy) g_strsplit() as per rev ...Jeff Morriss1-2/+3
2007-03-27Ply updated to v2.3Tomas Kukosa2-134/+149
2007-03-27add missing H235-SRTP.asn into Linux/Unix makefileTomas Kukosa1-1/+1
2007-03-27add "#pragma warning(disable:4146)"Ulf Lamping1-0/+7
2007-03-27set "WX" and "#pragma warning(disable:4101)"Ulf Lamping2-2/+5
2007-03-27fix the remaining MSVC warnings by setting individual #pragma(warning:disable...Ulf Lamping9-1/+44
2007-03-27the megaco plugin no longer exists, remove remaining traces ...Ulf Lamping1-15/+0
2007-03-26The signature for load_cap_file changed in 21211Ronnie Sahlberg1-1/+1
2007-03-26remove a duplicate declarationLuis Ontanon1-1/+0
2007-03-26the forgotten files from the last checkinLuis Ontanon2-0/+5
2007-03-26add a missing constant to make the megaco dissector compileRonnie Sahlberg1-0/+1
2007-03-26trash the empty container of the megaco pluginLuis Ontanon11-672/+0
2007-03-26From Peter Johansson:Stephen Fisher4-392/+378
2007-03-26add Megaco to the "VoIP Calls" tapLuis Ontanon2-1/+25
2007-03-26add context tracing and tap to packet-megaco.cLuis Ontanon1-6/+214
2007-03-26From Doug Pratley:Stephen Fisher5-29/+498
2007-03-26From Sebastien Tandel Ronnie Sahlberg30-198/+216
2007-03-26Fix distcheck by removing the reference to the megaco pluginJeff Morriss1-1/+0
2007-03-26Change the test for -Wdeclaration-after-statement slightly to make it work fo...Jeff Morriss2-4/+2
2007-03-26from Jon SmirlRonnie Sahlberg1-8/+6
2007-03-26make the test for -Wdeclaration-after-statement gcc 2.96 friendly.Ronnie Sahlberg1-1/+11
2007-03-26older versions of gcc do not check -W parameters when only running the prepro...Ronnie Sahlberg1-1/+11
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher15-388/+71
2007-03-26Remove references to the megaco plugin from the Windows U3 packaging stuff (h...Jeff Morriss1-20/+19
2007-03-26Remove references to the megaco plugin from the Windows packaging stuff.Jeff Morriss2-57/+55
2007-03-26Don't #define bzero and bcopy to be memset and memcpy on Windows, just use me...Jeff Morriss1-9/+4
2007-03-26Also try to set -Wdeclaration-after-statement in wiretapJeff Morriss1-0/+8
2007-03-26From Jon SmirlRonnie Sahlberg1-14/+36
2007-03-26Remove references to the megaco plugin from the top level Makefiles.Jeff Morriss2-2/+0
2007-03-26From Ronnie Sahlberg1-1/+36
2007-03-26From Ronnie Sahlberg1-868/+1001
2007-03-26If we're using gcc, try to use -Wdeclaration-after-statement to catch more no...Jeff Morriss1-0/+8
2007-03-25From a Jon Smirl patch Ronnie Sahlberg2-9/+9
2007-03-25From Jon SmirlRonnie Sahlberg3-5/+4
2007-03-25All private data for a capture in a Wiretap module must be per-file, notGuy Harris2-52/+38
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon8-5/+31
2007-03-25rename h248_* to gcp_* according to changes in epan.Luis Ontanon2-11/+11
2007-03-25Migrate context tracing code from packet-h248.[ch] to gcp.[ch], so that the s...Luis Ontanon5-972/+1027
2007-03-25Remove the context tracing from packet-h248.c ( migrated to <epan/gcp.c> )Luis Ontanon3-919/+47
2007-03-25Before accepting a packet in a heuristic dissector, don't fetch any dataGuy Harris2-4/+28
2007-03-25Before we've decided to dissect a frame, don't fetch any data beforeGuy Harris2-100/+84
2007-03-25make the mpeg_open() more conservative checking whether there's ssome magic b...Luis Ontanon1-1/+28
2007-03-25all warnings removed in the meantime, "treat warnings as errors" :-)Ulf Lamping1-1/+1