summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-03-23From Sake Blok:Stephen Fisher15-43/+190
2007-03-23From Sebastien Tandel:Stephen Fisher31-35/+54
2007-03-23Support for Microsoft-defined enhancedKeyUsage OIDs.Graeme Lunt2-0/+54
2007-03-23Support for recognising RC4 algorithm.Graeme Lunt2-11/+16
2007-03-23Support for:Graeme Lunt3-0/+19
2007-03-23Support for the Microsoft-specific certificate-template and application-certi...Graeme Lunt3-4/+68
2007-03-23Support for X.411 "additional information" field.Graeme Lunt3-47/+75
2007-03-23Fix some warnings on the Solaris buildbotStephen Fisher1-12/+12
2007-03-23fix warnings of (generated) grammar.cUlf Lamping2-5/+5
2007-03-23disable "warning as error" for now so the buildbot runs again, grammar.c stil...Ulf Lamping1-1/+1
2007-03-23/* prevent redefinition warnings in kfw-2.5\inc\win_mac.h */Ulf Lamping1-0/+5
2007-03-23fix some more warningsUlf Lamping3-4/+4
2007-03-23fix a lot more warningsUlf Lamping14-29/+29
2007-03-23fix some more warnings (type casts)Ulf Lamping8-12/+12
2007-03-23From Sake Blok (via -dev list and enhancement bug #1449):Stephen Fisher4-5/+5
2007-03-23fix various const warningsUlf Lamping1-29/+29
2007-03-23squelch signedness warnings generated by generated code due to mayors being d...Luis Ontanon1-2/+24
2007-03-22add type casts to fix two warningsUlf Lamping1-2/+2
2007-03-22Add -Werror for gcc back to epan/dfilter directoryStephen Fisher1-0/+4
2007-03-22match declaration of cf_continue_tail() with implementationUlf Lamping1-1/+1
2007-03-22squelch a warning generated by generated codeLuis Ontanon1-1/+1
2007-03-22fix warning: add WS_ prefix to OUT, it conflicts with a platform SDK header fileUlf Lamping1-20/+20
2007-03-22fix warning: add #include <stdlib.h> to get exit() declarationUlf Lamping1-0/+1
2007-03-22fix new warningsUlf Lamping1-3/+3
2007-03-22Remove -Werror under gcc temporarily until a warning can be fixed Stephen Fisher1-4/+0
2007-03-22Add -Werror for gcc to a few more directories and fix a few warningsStephen Fisher5-28/+16
2007-03-22fix a new warningUlf Lamping1-1/+1
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher33-37/+120
2007-03-22Mine:Luis Ontanon8-86/+230