aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-25set "treat warnings as errors" CFLAGS, no warning were in this dir :-)Ulf Lamping1-1/+1
2007-03-25remove unused CFLAGSUlf Lamping1-2/+0
2007-03-25remove remaining warnings in epan dir and set the "treat warning as error" ba...Ulf Lamping3-8/+8
2007-03-25From Jon SmirlRonnie Sahlberg4-1/+96
2007-03-25From Jon SmirlRonnie Sahlberg4-0/+97
2007-03-25take the address to the structure and not the address to the first element of...Ronnie Sahlberg1-4/+4
2007-03-25Change USB address structure back to 8 bytes in length.Ronnie Sahlberg2-7/+25
2007-03-25create a tap for usb so that we can do conversation/host listsRonnie Sahlberg2-2/+21
2007-03-25Add a small example on how to prettify the AMQP dissectorRonnie Sahlberg1-0/+27
2007-03-25From Martin SustrikRonnie Sahlberg3-1/+4928
2007-03-25unbreaking the usb dissectorRonnie Sahlberg2-14/+115
2007-03-25fix validationUlf Lamping1-2/+2
2007-03-25edit some things about source code (update)Ulf Lamping1-29/+31
2007-03-24add a section about the buildbotUlf Lamping1-41/+131
2007-03-24fix a bug (found by compiler warning) where we initialize the wrong variable.Ronnie Sahlberg1-2/+2
2007-03-24hmmm, _WINSOCK2API_ is not the way to go, the PSDK that comes with MSVC 6.0 a...Ulf Lamping2-17/+14
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...Jeff Morriss8-120/+117
2007-03-24Add brackets to extern of ssl_version_short_names[] to fix compiler warnings.Jeff Morriss1-102/+102
2007-03-24Fix bug 1452: Don't pass a null pointer to g_strsplit().Jeff Morriss1-6/+7
2007-03-24From Sebastien Tandel:Stephen Fisher8-17/+20
2007-03-24Make some more string conversions available to pluginsJaap Keuter1-0/+6
2007-03-24as mentioned by Graham Bloice:Ulf Lamping2-18/+12
2007-03-24Fix mess with ssl_version_short_names[] being defined multiple placesStephen Fisher3-12/+12
2007-03-24Remove all warnings under Unix for the gtk/ directory.Stephen Fisher14-41/+50
2007-03-23From Sebastien Tandel:Stephen Fisher3-78/+89
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher22-123/+127
2007-03-23From Sebastien Tandel:Stephen Fisher1-2/+2
2007-03-23From Sebastien Tandel: Stephen Fisher4-5/+3
2007-03-23From Sebastien Tandel:Stephen Fisher2-8/+8