aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2007-10-13Decode SDP inside Cisco SM messages(huge guesswork).Anders Broman1-34/+123
svn path=/trunk/; revision=23171
2007-10-12Fix wimaxasncp compilation under Windows. Rename a macro that's definedGerald Combs2-9/+7
by the platform SDK, cast an int, and use the top-level Makefile.nmake.inc to build wimaxasncp_dict.{c|obj}. svn path=/trunk/; revision=23165
2007-10-12Another blind attempt to fix the Windows buildbot.Martin Mathieson1-1/+4
Could someone please review this (I'm leaving for the day soon)? svn path=/trunk/; revision=23164
2007-10-12Fix hex-pane byte highlighting for the PDU message type itemJeff Morriss1-1/+1
svn path=/trunk/; revision=23163
2007-10-12Add targets for lex compilation.Martin Mathieson1-0/+6
svn path=/trunk/; revision=23162
2007-10-12Try to fix distcheck. Is this change appropriate?Martin Mathieson1-1/+3
svn path=/trunk/; revision=23161
2007-10-12Added missing header file for distcheck.Martin Mathieson1-1/+2
svn path=/trunk/; revision=23160
2007-10-12Add missing file.Martin Mathieson1-0/+103
svn path=/trunk/; revision=23158
2007-10-12TLVs now defined in XML (from Stephen Croll).Martin Mathieson7-1633/+2876
svn path=/trunk/; revision=23156
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-07From Chris Maynard <christopher.maynard@gtech.com>:Richard van der Hoff29-387/+387
With the exception of docsis's packet-tlv.c file, these are all simple problems with the prefix not exactly set to PROTOABBREV. For example, for packet-bpkmattr.c, the field names are prefixed with "docsis.bpkmattr." instead of "docsis_bpkmattr.". packet-tlv.c had one mis-named field, namely "docsis.cos.sid". It has been changed to "docsis_tlv.cos.sid" in the patch to be attached, which includes patches for 29 files in the plugins/docsis/ directory ... svn path=/trunk/; revision=23088
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-02make the sbus dissector nwe-style and make it check that the packet does Ronnie Sahlberg1-3/+41
indeed look like sbus before taking it. this fixes bug 1871 svn path=/trunk/; revision=23057
2007-10-02update to latest IEC draftUlf Lamping1-8/+65
svn path=/trunk/; revision=23041
2007-09-26- show type (number) of unrecognised tlvs in the tlv root itemMartin Mathieson1-13/+32
- also add this as an expert item - tlv root item is now an FT_BYTES item (allowing filtering on whole tlv contents) svn path=/trunk/; revision=22986
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-09-24From Don Newton:Stig Bjørlykke2-3/+6
added null termination to uftp and cleaned comments in packet-unistim.c svn path=/trunk/; revision=22940
2007-09-24From Chad Singer:Jaap Keuter4-31/+184
I fixed a bug in packet_unistim.c which was causing a 'malformed packet' to appear when an open stream command is read with no endpoint ip (as is sometimes done) I added a simple msg_len check to avoid this. I also added UFTP to the unistim dissector and adjusted the unistim call-detection in voip-info.c to start on an open stream as well as keypresses.. svn path=/trunk/; revision=22929
2007-09-19From Don Newton:Jaap Keuter1-0/+1
Added phone type using Nortel branded Polycom unistim conference phone. svn path=/trunk/; revision=22910
2007-09-16Fix for bug 1687:Jaap Keuter3-206/+207
Add RFC 3807 defined V5 interface boundary primitives message class. svn path=/trunk/; revision=22882
2007-09-13Add RT(C)P conversation setup.Jaap Keuter2-9/+26
svn path=/trunk/; revision=22862
2007-09-12Implement dissect_message loop i.s.o. recursive calls.Jaap Keuter2-140/+87
svn path=/trunk/; revision=22857
2007-09-10From Chad Singer:Jaap Keuter2-121/+235
UNISTIM Tap interface plus call grapher. svn path=/trunk/; revision=22834
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project ↵Ulf Lamping1-0/+192
files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process. svn path=/trunk/; revision=22831
2007-09-07Replace remaining non-printable characters that looked like spaces with real ↵Martin Mathieson1-2/+2
spaces. svn path=/trunk/; revision=22824
2007-09-07Small cleanup:Martin Mathieson1-58/+32
- remove unprintable chars (pasted from formatted spec doc?) - use _U_ for unsused function argument - remove accidental(?) assignment in function parameter - make indentation consistent by removing the (few) tabs in the file svn path=/trunk/; revision=22819
2007-09-07Try Stephen Croll's workaround.Martin Mathieson1-7/+7
svn path=/trunk/; revision=22818
2007-09-06Change it back...Anders Broman1-1/+1
Plus Temp change VALS(sminmpec_values) to NULL to let the buildbot do arun. svn path=/trunk/; revision=22813
2007-09-06Add A11 RRQ-CVSE-Active Start Airlink Record-Subtype 108 is expressed to Subnet.Anders Broman1-1/+1
Plus Temp change VALS(sminmpec_values) to NULL to let the buildbot do arun. svn path=/trunk/; revision=22812
2007-09-06Add .c.obj:: inference rule (to cause "batch compile")Guy Harris1-0/+3
svn path=/trunk/; revision=22809
2007-09-06Fix the unsigned errors. Not sure about the other windows errors yet...Martin Mathieson1-2/+2
svn path=/trunk/; revision=22806
2007-09-06Build WiMAX ASN Control Plane dissector pluginMartin Mathieson2-2/+19
svn path=/trunk/; revision=22801
2007-09-06Add wimaxasncp plugin folder contents (other changes will follow)Martin Mathieson11-0/+4982
svn path=/trunk/; revision=22800
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-28Disable unistim for now: it used port 5000 unconditionallyJörg Mayer1-1/+1
and that collied with tapa. Please add a check. svn path=/trunk/; revision=22702
2007-08-27Add .c.obj:: inference rule (to cause "batch compile") Bill Meier23-1/+67
svn path=/trunk/; revision=22696
2007-08-25get users of oid_resolv to use the new oids, rollout packet-snmp.cLuis Ontanon3-2/+4
svn path=/trunk/; revision=22651
2007-08-24Clear out any remaining references to the h223 plugin. Replace theGerald Combs1-16/+0
references to h223 in README.plugins with agentx since it's small and no one seems to be in a hurry to move it to epan/dissectors. svn path=/trunk/; revision=22641
2007-08-24complete the death of the h223 pluginRichard van der Hoff12-2306/+0
svn path=/trunk/; revision=22635
2007-08-24move packet-srp into the core (from the h223 plugin)Richard van der Hoff3-279/+2
svn path=/trunk/; revision=22634
2007-08-23List additional request for command presentationJaap Keuter1-1/+2
svn path=/trunk/; revision=22605
2007-08-23in preparation for de-pluginising h223, move golay code support into ↵Richard van der Hoff4-310/+2
libwireshark svn path=/trunk/; revision=22603
2007-08-20Add the UNISTIM plugin to Wireshark.Jaap Keuter22-3/+6151
svn path=/trunk/; revision=22558
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-04Add a script as a front-end for Flex, to work around various problems,Guy Harris4-1/+12
such as the fact that Flex strips all but the last component of the "-o" argument, and that it doesn't generate a header file to declare routines the generated lexical analyzer defines. Use that script when building lexical analyzers, and, for each lexical analyzer, include the generated header file in the generated analyzer. svn path=/trunk/; revision=22446
2007-08-03mark some parameters as unusedUlf Lamping1-2/+2
svn path=/trunk/; revision=22445