aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2009-01-26Fix uninitialized variable.guy1-218/+218
More indentation cleanups. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27306 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-26Non-constant strings should not be used as format items; the formatguy1-8/+9
should be "%s", with the string used as an argument, just in case the string contains a "%" character. Clean up indentation. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27304 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-26fix a minor comment bugulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27299 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-26add some expert infosulfl1-2/+23
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27298 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-13Make the column check actually check the information column status.jake1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27224 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-13Fix the URL for the RLM stuff at Cisco.guy1-2/+22
Add some heuristics to the RLM LAPD-over-UDP dissector, so as not to misdissect as many packets. Fetch the LAPD dissector handle only once. Change some Boolean arguments to gboolean from int. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27217 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-09From Didier Gautheron:jake1-20/+41
Add missing {0, NULL} tuples to value string declarations. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27201 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-08Fix for bug 2902:jake2-499/+113
Remove global variables for packet information, pass these through function calls. Reduce label_SUB[M|A]_[Method|Attribute] routines. Actually check column status before writing to it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27199 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-08Fix for bug 2902:jake12-58/+58
Actually check column status before writing to it. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27192 f5534014-38df-0310-8fa8-9805f1628bb7
2009-01-05Don't look up the mtp3 dissector (twice) for every packet: do it once atmorriss1-103/+115
proto_reg_handoff time and store the result. If we don't call the mtp3 dissector on the payload then call the data dissector to make it easier to see the payload. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27160 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-29Change install-plugins target to install plugins in ↵etxrab1-33/+33
"$(INSTALL_DIR)\plugins\$(VERSION)" instead. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27124 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-22Fix some typos and spelling (mostly in text strings)wmeier20-54/+54
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27085 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-22Fixes for issues reported by Chris Maynard in bug #2813;wmeier3-7/+11
Also: fix a typo git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27082 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-19Back out r27047 and r27053.gerald3-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27062 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald3-7/+7
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27053 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-09From Jim Young (bug 3105):stig1-2/+2
Trivial patch to change two C++ style comments to standard C style comments. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26944 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-04add missing version check for new blockulfl1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26917 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-04add block dissections:ulfl1-9/+158
- PDIRBeginEndData - PDIRData V1.1 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26916 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-04Unistim still eats the TAPA packets :-(jmayer1-1/+5
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26910 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-02From Don Newton:jake1-10/+31
Set default port of Unistim back to 5000; The Unistim dissector is made a heuristic dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26904 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-02From Don Newton:jake4-2/+64
Flesh out call duration timer message. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26898 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig15-49/+48
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26652 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-30From Marc Moussali:etxrab1-1/+2
Make it easier to add custom plugins. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26627 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-28#include <emem.h>wmeier1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26602 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-28Minor cleanup for proto_register & proto_reg_handoff ...wmeier1-31/+32
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26601 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-28proto_register & proto_reg_handoff related; remove unnecessary code ....wmeier2-29/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26599 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-28Minor cleanup related to proto_register/proto_reg_handoff ...wmeier2-17/+30
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26596 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingwmeier21-185/+79
remove unnecessary #include prefs.f and emem.h in a few cases... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26554 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-13From Florian Lohoff (bug 2959):stig2-13/+45
rudp looks up the ciscosm dissector for every single packet. Make this a one time in proto_handoff and use the dissector handle. While at it - decode the checksum when there is one. An indicator is that the header length has space for the checksum. Additionally we have seen "stray bytes" after the checksum we can't explain. So decode them as data when there are some. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26427 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-07Get one more pointer difference.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26163 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-06To compute the difference between two addresses, cast the pointersguy1-7/+17
holding those addresses to "void *" and then to "char *" (so we don't get warnings from casting directly to "char *" or errors from subtracting two "void *"s), and subtract them, rather than casting the pointers to an integral type possibly shorter than the pointers (to avoid warnings and to avoid the admittedly-infinitesimal chance that the two pointers don't differ in the bits that fit into the integral type). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26151 f5534014-38df-0310-8fa8-9805f1628bb7
2008-09-06Use GINT_TO_POINTER() to cast integral values to gpointer inguy1-2/+2
g_hash_table_lookup() calls, in the hopes of suppressing warnings on platforms with 32-bit ints and 64-bit pointers. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26149 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-29#include <prefs.h> not requiredwmeier44-44/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26103 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-26#include <emem.h> not req'dwmeier4-4/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26095 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-14From Frank Wang:jake1-3/+11
dl-map decoder error when decode HARQ_DLMAP_IE and normal IE. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26020 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego11-11/+11
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25937 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-04Declare next_tvb volatile. This prevents the warning:martinm1-1/+1
packet-infiniband.c:806: warning: variable 'next_tvb' might be clobbered by `longjmp' or `vfork' seen with gcc 3.4.6 (building for 32-bits on a pentium 4). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25916 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-31From Stephen Donnelly:etxrab1-24/+8
Fences incorrectly set in source/destination columns in IB plugin. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25880 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-30No C++ comments - some compilers don't allow them (at least not by default).guy1-1/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25878 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-30From Stephen Donnelly:etxrab4-427/+5002
Infiniband Dissector Plugin 1.2.0 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25876 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-30From Bruno Verstuyft:etxrab5-0/+1217
DOCSIS3.0 support in wireshark (MDD, REG-REQ-MP, REG-RSP-MP) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25875 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-29Fix checkapi target for the pluginsmorriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25864 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).morriss29-33/+33
Also use $(top_builddir) instead of ../../ in a couple of other spots. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25863 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-24Fix DLMAP UL_interference_and_noise_level_IE decode error (bug 2737).martinm1-1/+1
From Frank Wang. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25816 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-24Fix HARQ_ULMAP_IE decoder padding error (bug 2738).martinm1-1/+1
From Frank Wang. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25815 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-23This file predominantly uses spaces, so remove tabs that were makingmartinm1-269/+269
indentation look wrong in my editor. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25805 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-23Fix bug 2663 (DLMAP HAEQ_DLMAP_UE decode error).martinm1-13/+15
From Frank Wang. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25801 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-22Add NULL termination element to value_string arrayswmeier1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25799 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-18Change C++ style comments to C style ...wmeier1-14/+14
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25762 f5534014-38df-0310-8fa8-9805f1628bb7
2008-07-14Oops... missed one ;sake1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25740 f5534014-38df-0310-8fa8-9805f1628bb7