aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Expand)AuthorFilesLines
2009-03-20remove GPLv2 CRC code, the new epan CRC stuff is working wellUlf Lamping4-99/+0
2009-03-18Create an "epan/crc" directory for CRC code. Add crc-16-plain.[ch],Gerald Combs1-2/+4
2009-03-16fix typeUlf Lamping1-1/+1
2009-03-16update to the latest PROTINET changes:Ulf Lamping7-61/+467
2009-03-02Disable manifest building for our DLLs. This attempts to fix bug 3272.Gerald Combs1-3/+0
2009-02-02add missing mt.exe calls, to include manifest files into exe / dll filesUlf Lamping1-0/+3
2009-01-26Fix uninitialized variable.Guy Harris1-218/+218
2009-01-26Non-constant strings should not be used as format items; the formatGuy Harris1-8/+9
2009-01-26fix a minor comment bugUlf Lamping1-1/+1
2009-01-26add some expert infosUlf Lamping1-2/+23
2008-12-22Fix some typos and spelling (mostly in text strings)Bill Meier1-2/+2
2008-12-09From Jim Young (bug 3105):Stig Bjørlykke1-2/+2
2008-12-04add missing version check for new blockUlf Lamping1-0/+6
2008-12-04add block dissections:Ulf Lamping1-9/+158
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2-2/+2
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier1-18/+4
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss1-1/+1
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris1-0/+3
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris1-1/+1
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs1-1/+1
2008-06-19fix BlockError stringsUlf Lamping1-4/+4
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss1-4/+4
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
2008-01-17add some parentheses as suggested by the OS X buildbotUlf Lamping1-12/+12
2008-01-17better conformance to the released DCP protocol spec:Ulf Lamping1-123/+170
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-90/+90
2007-10-10add FSParameterBlock and ARFSUDataAdjust blocksUlf Lamping1-6/+83
2007-10-09- add DomainName fields for PDInterfaceMrpDataAdjust and PDInterfaceMrpDataRealUlf Lamping1-12/+23
2007-10-03Added parentheses to make the buildbot happy.Stig Bjørlykke1-4/+4
2007-10-03check version of each block and don't try to dissect a block if the version i...Ulf Lamping1-212/+695
2007-10-02update to latest IEC draftUlf Lamping1-8/+65
2007-09-25slightly better summary of IODWriteRes and don't repeat AR info for each IODW...Ulf Lamping1-3/+10
2007-08-30fix length calculation for 802.11 packets - the 802.11 dissector will strip o...Ulf Lamping1-3/+18
2007-08-30update to latest draft: Ulf Lamping1-42/+132
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
2007-08-16fix return types, hopefully this will make the osx buildbot happyUlf Lamping1-2/+2
2007-08-16experimental feature: dissector filtersUlf Lamping1-0/+57
2007-08-03mark some parameters as unusedUlf Lamping1-2/+2
2007-08-03- add PDInterfaceFSUDataAdjust blockUlf Lamping1-44/+339
2007-07-31update PTCP dissection to latest specification draftUlf Lamping3-283/+240
2007-07-31add helper function dissect_pn_int32()Ulf Lamping2-0/+20
2007-07-25fix unused parameter warning by adding _U_Ulf Lamping1-1/+1
2007-07-24from HPfrommer@hilscher.com:Ulf Lamping1-35/+57
2007-07-23remove ProvCRID from expert info output, so the composite view is more compactUlf Lamping1-1/+1
2007-07-23add dissection of blocks:Ulf Lamping1-1/+83
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-4/+4