aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/profinet
AgeCommit message (Collapse)AuthorFilesLines
2008-05-05Make it possible to run checkapi on all plugins trough makefile.nmakeAnders Broman1-0/+3
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
2008-03-29Remove the pre-release flag from FILEFLAGS in the resource file.Jaap Keuter1-2/+2
svn path=/trunk/; revision=24757
2008-03-01Create proper dependancies for plugin.cJaap Keuter1-1/+2
svn path=/trunk/; revision=24520
2008-02-27Quote argument to test in plugins Makefiles, as proposed by Greg A. Woods.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=24488
2008-02-18If we have an SVN revision number, use it as the build number under WindowsGerald Combs1-1/+1
instead of "0". svn path=/trunk/; revision=24376
2008-01-17add some parentheses as suggested by the OS X buildbotUlf Lamping1-12/+12
svn path=/trunk/; revision=24122
2008-01-17better conformance to the released DCP protocol spec:Ulf Lamping1-123/+170
- redesign/refactoring the code to support BlockQualifier - fix handling of BlockInfo - rename some display strings for better spec conformance - remove LLDP suboption svn path=/trunk/; revision=24120
2007-11-26Get rid of C++/C99 style comments--not all compilers support themJeff Morriss1-90/+90
svn path=/trunk/; revision=23608
2007-10-10add FSParameterBlock and ARFSUDataAdjust blocksUlf Lamping1-6/+83
svn path=/trunk/; revision=23140
2007-10-09- add DomainName fields for PDInterfaceMrpDataAdjust and PDInterfaceMrpDataRealUlf Lamping1-12/+23
- lower expert info level if AR wasn't found svn path=/trunk/; revision=23106
2007-10-03Added parentheses to make the buildbot happy.Stig Bjørlykke1-4/+4
svn path=/trunk/; revision=23065
2007-10-03check version of each block and don't try to dissect a block if the version ↵Ulf Lamping1-212/+695
is not as expected (to avoid "miss-dissections") svn path=/trunk/; revision=23064
2007-10-02update to latest IEC draftUlf Lamping1-8/+65
svn path=/trunk/; revision=23041
2007-09-25slightly better summary of IODWriteRes and don't repeat AR info for each ↵Ulf Lamping1-3/+10
IODWriteRes_header svn path=/trunk/; revision=22970
2007-08-30fix length calculation for 802.11 packets - the 802.11 dissector will strip ↵Ulf Lamping1-3/+18
off the 4 byte FCS at the end of a packet (while the Ethernet dissector does not). svn path=/trunk/; revision=22759
2007-08-30update to latest draft: Ulf Lamping1-42/+132
- add PDSyncData block with Version 1.2 - add IOXBlockReq/s ids 0x116, 0x117, 0x8116 and 0x8117 svn path=/trunk/; revision=22734
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier1-0/+3
svn path=/trunk/; revision=22696
2007-08-16fix return types, hopefully this will make the osx buildbot happyUlf Lamping1-2/+2
svn path=/trunk/; revision=22531
2007-08-16experimental feature: dissector filtersUlf Lamping1-0/+57
add the possibility, that a dissector writer can provide (usually non-trivial) display filters specific for the protocol in question (with an example in packet-dcerpc-pn-io.c), that will appear in the GUI svn path=/trunk/; revision=22530
2007-08-03mark some parameters as unusedUlf Lamping1-2/+2
svn path=/trunk/; revision=22445
2007-08-03- add PDInterfaceFSUDataAdjust blockUlf Lamping1-44/+339
- start to implement an AR conversation handler svn path=/trunk/; revision=22444
2007-07-31update PTCP dissection to latest specification draftUlf Lamping3-283/+240
svn path=/trunk/; revision=22432
2007-07-31add helper function dissect_pn_int32()Ulf Lamping2-0/+20
svn path=/trunk/; revision=22431
2007-07-25fix unused parameter warning by adding _U_Ulf Lamping1-1/+1
svn path=/trunk/; revision=22400
2007-07-24from HPfrommer@hilscher.com:Ulf Lamping1-35/+57
I’ve fixed a bug in the Profinet-Dissector (plugins/profinet/packet-dcerpc-pn-io.c). In PROFINET IO DCE RPC write-requests, only the first IR frame dataset in PDIRFrameData was dissected. I’ve fixed the problem, now all IR frame datasets are dissected into individual sub-trees. svn path=/trunk/; revision=22398
2007-07-23remove ProvCRID from expert info output, so the composite view is more compactUlf Lamping1-1/+1
svn path=/trunk/; revision=22386
2007-07-23add dissection of blocks:Ulf Lamping1-1/+83
{ 0x021E, "CheckSyncDifference"}, { 0x021F, "CheckMAUTypeDifference"}, svn path=/trunk/; revision=22385
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-4/+4
routines and routines using those routines. GLib might use different modifiers for 64-bit quantities than the platform's C library does. svn path=/trunk/; revision=21990
2007-05-27Use $(PLUGIN_LDFLAGS) for LDFLAGS.Guy Harris1-1/+1
svn path=/trunk/; revision=21963
2007-05-27Clean up white space.Guy Harris2-3/+3
svn path=/trunk/; revision=21959
2007-04-10add dissection of PortTimeUlf Lamping1-10/+51
svn path=/trunk/; revision=21360
2007-04-05Add the make-dissector-reg scripts to the dependency list for each copyGerald Combs1-1/+1
of plugin.c. svn path=/trunk/; revision=21342
2007-04-02Add PN-IO FSHelloBlock and PN-DCP Device/AliasNameUlf Lamping4-10/+90
svn path=/trunk/; revision=21298
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-2/+2
Comment out -Werror in plugins/asn1/ until warnings can be fixed. svn path=/trunk/; revision=21158
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
First patch fixes warning of profinet and megaco plugins to compile again with gcc-4.1.2. svn path=/trunk/; revision=21155
2007-03-23From Sebastien Tandel:Stephen Fisher1-1/+1
(Temporarily disable the warnings as errors default on Unix to get to get the buildbots and people with gcc40 going again until those additional warnings gcc40 generates can be fixed-I'm working on it ASAP) Patch for configure.in which disables by default the treatment of warnings as errors. It can be enabled with './configure --with-warnings-as-errors'. The macro will test first if GCC is present. If it's the case, HAVE_WARNINGS_AS_ERRORS is defined. All the USING_GCC have been replaced by HAVE_WARNINGS_AS_ERRORS. With this switch, people won't suffer from unexpected warnings when downloading svn sources during the transition time ;) svn path=/trunk/; revision=21153
2007-03-22Add -Werror when using GCC only to the Makefile.am of the baseStephen Fisher3-3/+6
directory and most of the plugins to match the same command put in the Makefile.nmake files for Windows compliations. Fix a few warnings when compiling under gcc 3.4.4 on FreeBSD. Create new automake file variable called USING_GCC in configure.in and wiretap/configure.in to acomplish the above -Werror addition. svn path=/trunk/; revision=21127
2007-03-21set CFLAGS to block new warnings for all plugins (except for giop and h223, ↵Ulf Lamping1-1/+1
which has remaining issues - for now) svn path=/trunk/; revision=21102
2007-03-11as Jeff made empty field names "illegal", he changed the way PN-IO and ↵Ulf Lamping2-2/+2
PN-PTCP showed their blocks in an unwanted way - fix it svn path=/trunk/; revision=21019
2007-03-11Fix bug 552:Jeff Morriss2-501/+501
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=552 by enforcing that header fields have names of length > 0. This should fix the display of those fields and also make them filterable (which was the subject of the bug). Abbreviations are (still) optional: if they are empty then the field is not filterable. Update README.developer with this information. Add header field names in several dissectors where they were missing. In packet-arp.c give "packet-storm-detected" a name (as above) but also set it as _GENERATED. Also remove trailing white space from all the files checked in. svn path=/trunk/; revision=21018
2007-03-06PROFINET RT frames can also be transported over UDP Port 0x8892 - to be routableUlf Lamping1-0/+2
svn path=/trunk/; revision=20985
2007-03-03fix read handling of index 0x8051 and 0xe00cUlf Lamping1-1/+2
svn path=/trunk/; revision=20963
2007-02-26-Add the compiler version to the plugin resourceJaap Keuter2-3/+5
-Remove the SPECIAL_BUILD tag -Set to OS type to NT_WINDOWS32 svn path=/trunk/; revision=20934
2007-02-25fix the padding in the read/write headers, some other minor changesUlf Lamping1-27/+132
svn path=/trunk/; revision=20927
2007-02-25add a new function dissect_dcom_HRESULT_item() for some more flexibility, ↵Ulf Lamping1-6/+16
use it in the CBA-ACCO dissector - as the value_strings from dcom can't be used in hf_register_info from a plugin svn path=/trunk/; revision=20926
2007-02-23Properly introduce packet-pn.c as a helperJaap Keuter2-1/+6
svn path=/trunk/; revision=20903
2007-02-19Include <string.h> to declare memcpy().Guy Harris1-1/+1
svn path=/trunk/; revision=20842
2007-02-17fix an error added latelyUlf Lamping1-1/+1
svn path=/trunk/; revision=20832
2007-02-17some more compiler warnings removedUlf Lamping3-25/+26
svn path=/trunk/; revision=20829
2007-02-17squelch some compiler warningsUlf Lamping4-23/+24
svn path=/trunk/; revision=20828