aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2007-05-15from Gerhard Gappmeier:Ulf Lamping9-29/+14
2007-05-15remove generated fileUlf Lamping1-26/+0
2007-05-15add the list of DISSECTOR_INCLUDESUlf Lamping1-0/+12
2007-05-15add svn properties for dir and filesUlf Lamping25-4682/+4682
2007-05-14Quote the path to make-dissector-reg.py.Gerald Combs1-1/+1
2007-05-14from Gerhard Gappmeier (ascolab):Ulf Lamping31-0/+7268
2007-05-06Start introducing actx to ber functions.Anders Broman2-1/+45
2007-05-01Split out common asn1 stuff to asn1.h and include that where needed.Anders Broman1-0/+1
2007-04-14move ipsec to DISSECTOR_SRCSebastien Tandel2-2/+2
2007-04-14remove "treat warnings as errors" barrier for every repo containing codeSebastien Tandel1-4/+0
2007-04-10add dissection of PortTimeUlf Lamping1-10/+51
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs20-20/+20
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher2-3/+3
2007-04-02Add PN-IO FSHelloBlock and PN-DCP Device/AliasNameUlf Lamping4-10/+90
2007-03-30revert back (void*) -> (void**) which will stop free-warning compilation withSebastien Tandel2-3/+3
2007-03-29strict aliasing warnings fix : replace (void**) by (void*)Sebastien Tandel2-3/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher7-61/+61
2007-03-28Removed /Wx from CFLAGS to allow buildbot to proceedGraham Bloice1-1/+1
2007-03-28from Gisle Vanem: some more #pragma's that MingW don't likeUlf Lamping1-1/+1
2007-03-27add missing #pragma warning disable (now using _MSC_VER)Ulf Lamping3-0/+12
2007-03-27set "WX" and "#pragma warning(disable:4101)"Ulf Lamping2-2/+5
2007-03-27the megaco plugin no longer exists, remove remaining traces ...Ulf Lamping1-15/+0
2007-03-26trash the empty container of the megaco pluginLuis Ontanon11-672/+0
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher3-334/+4
2007-03-25migrate packet-megaco.c from plugins/megaco to epan/dissectorsLuis Ontanon3-3337/+0
2007-03-25all warnings removed in the meantime, "treat warnings as errors" :-)Ulf Lamping1-1/+1
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 Fisher12-73/+78
2007-03-23From Sebastien Tandel:Stephen Fisher2-8/+8
2007-03-23From Sebastien Tandel:Stephen Fisher22-24/+23
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher26-28/+93
2007-03-22leave out the mate plugin for now, so buildbot might compile again ...Ulf Lamping1-1/+1
2007-03-22fix a warning, set CFLAGS to block new warningsUlf Lamping2-2/+2
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, w...Ulf Lamping22-22/+22
2007-03-21fix two MSVC warningsUlf Lamping1-2/+2
2007-03-11as Jeff made empty field names "illegal", he changed the way PN-IO and PN-PTC...Ulf Lamping2-2/+2
2007-03-11Fix bug 552:Jeff Morriss2-501/+501
2007-03-06PROFINET RT frames can also be transported over UDP Port 0x8892 - to be routableUlf Lamping1-0/+2
2007-03-03fix read handling of index 0x8051 and 0xe00cUlf Lamping1-1/+2
2007-02-27From Richard van der Hoff:Anders Broman1-59/+125
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter42-64/+108
2007-02-25fix the padding in the read/write headers, some other minor changesUlf Lamping1-27/+132
2007-02-25add a new function dissect_dcom_HRESULT_item() for some more flexibility, use...Ulf Lamping1-6/+16
2007-02-23have megaco handing over to h248 in case it does not recognize the buffer as ...Luis Ontanon1-1/+5
2007-02-23Properly introduce packet-pn.c as a helperJaap Keuter2-1/+6
2007-02-22From Richard van der Hoff:Anders Broman1-222/+295
2007-02-21From Richard van der Hoff:Anders Broman1-46/+47
2007-02-19Include <string.h> to declare memcpy().Guy Harris1-1/+1
2007-02-17fix an error added latelyUlf Lamping1-1/+1
2007-02-17some more compiler warnings removedUlf Lamping3-25/+26