aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2007-11-24Fix http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1914 when building ↵Jeff Morriss1-71/+60
out of the source tree by not issuing a complaint if the wimaxasncp dictionary is not found. This is ugly but it's how diameter does it, too, and I am not aware of a better way. svn path=/trunk/; revision=23565
2007-11-19- Prettify "Value" node that contains EAP tree with top-level detailsMartin Mathieson4-38/+23
- Lose unuseful header file svn path=/trunk/; revision=23499
2007-11-16Embedding EAP inside wimaxasncp.Martin Mathieson5-25/+143
svn path=/trunk/; revision=23474
2007-11-10Cast "char"s to "unsigned char" before handing them to <ctype.h> macros.Guy Harris1-1/+1
svn path=/trunk/; revision=23417
2007-11-09From Stephen Croll.Martin Mathieson4-366/+839
Dynamically register filter fields from TLV definitions. svn path=/trunk/; revision=23414
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-9/+29
When offset parameter is 0 replace tvb_bytes_exist() with the faster tvb_length(). On the other hand if (tvb_bytes_exist(tvb, 0, 20) is more readable than if (tvb_length(tvb) >= 20 so only do it in heuristic function svn path=/trunk/; revision=23412
2007-11-05Delete generated files at distclean.Anders Broman1-0/+1
svn path=/trunk/; revision=23368
2007-11-01Get rid of most of the legacy oid stuff.Anders Broman1-1/+1
svn path=/trunk/; revision=23333
2007-10-30Change a few g_string_append_printf() (GTK2 only) calls to g_strdup_printf()Stephen Fisher1-7/+11
and g_string_append() to work on GTK 1.2 also. svn path=/trunk/; revision=23311
2007-10-26Add expert item for cases of unmatched function type or message op.Martin Mathieson1-3/+26
svn path=/trunk/; revision=23276
2007-10-17s/fopen()/eth_fopen()/ in plugins/ (for bug 1827).Jeff Morriss3-5/+10
svn path=/trunk/; revision=23221
2007-10-16sizeof() returns a 64-bit number when compiling for 64-bit (and a 32-bit ↵Jeff Morriss1-72/+72
number when compiling for 32-bit) so cast sizeof() values that are passed to g_snprintf() to guint (since that appears to be the intent of the display). svn path=/trunk/; revision=23205
2007-10-16Fix a warning about different variable sizes that prevented compilationJörg Mayer1-3/+3
with gcc. svn path=/trunk/; revision=23204
2007-10-15Fixed compiler errors.Stig Bjørlykke1-3/+3
svn path=/trunk/; revision=23196
2007-10-15Try to fix the buildbot.Anders Broman1-3/+3
svn path=/trunk/; revision=23193
2007-10-15Add ethercat againAnders Broman1-0/+1
svn path=/trunk/; revision=23191
2007-10-15Make MGCP a builtin dissector to reduce the number of plugins.Anders Broman2-17/+0
(Leave the MGCP plugin dir for now). svn path=/trunk/; revision=23190
2007-10-15From Peter Johansson:Anders Broman11-295/+193
addressing the compilation problems svn path=/trunk/; revision=23188
2007-10-15Fix Windows maintainer-clean/distclean/clean to recurse thru subdirs only ↵Bill Meier1-3/+9
once (instead of worst-case 1+2+3 times) svn path=/trunk/; revision=23187
2007-10-15In source tree, move wimaxasncp TLV files from plugin folder -> new ↵Martin Mathieson3-2010/+2
top-level wimaxasncp folder. svn path=/trunk/; revision=23184
2007-10-15Remove Ethercat from the makefiles(second try)Anders Broman1-1/+0
svn path=/trunk/; revision=23180
2007-10-15Remove Ethercat from the makefilesAnders Broman1-1/+1
svn path=/trunk/; revision=23179
2007-10-14Someone has a compromised filesystem since it contained all kinds of stuff ↵Jaap Keuter10-335/+46
from other plugins. Tried to clean it up and get it in line with the rest of the codebase. Still doesn't compile without warnings though. svn path=/trunk/; revision=23177
2007-10-14Ethercat pluginAnders Broman2-0/+17
Author : Richard Kuemmel <r.kuemmel[AT]beckhoff.de> Updates and bugfixes: Peter Johansson <peterjohansson73[AT]gmail.com> svn path=/trunk/; revision=23174
2007-10-14Ethercat pluginAnders Broman20-0/+8708
Author : Richard Kuemmel <r.kuemmel[AT]beckhoff.de> Updates and bugfixes: Peter Johansson <peterjohansson73[AT]gmail.com> svn path=/trunk/; revision=23173
2007-10-14Fix Unix buildbots ("warning: 'msg_type' may be used uninitialized in thisStephen Fisher1-1/+1
function") svn path=/trunk/; revision=23172
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