aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-01-26Fix uninitialized variable.guy1-218/+218
2009-01-26Non-constant strings should not be used as format items; the formatguy1-8/+9
2009-01-26fix a minor comment bugulfl1-1/+1
2009-01-26add some expert infosulfl1-2/+23
2009-01-13Make the column check actually check the information column status.jake1-2/+2
2009-01-13Fix the URL for the RLM stuff at Cisco.guy1-2/+22
2009-01-09From Didier Gautheron:jake1-20/+41
2009-01-08Fix for bug 2902:jake2-499/+113
2009-01-08Fix for bug 2902:jake12-58/+58
2009-01-05Don't look up the mtp3 dissector (twice) for every packet: do it once atmorriss1-103/+115
2008-12-29Change install-plugins target to install plugins in "$(INSTALL_DIR)\plugins\$...etxrab1-33/+33
2008-12-22Fix some typos and spelling (mostly in text strings)wmeier20-54/+54
2008-12-22Fixes for issues reported by Chris Maynard in bug #2813;wmeier3-7/+11
2008-12-19Back out r27047 and r27053.gerald3-7/+7
2008-12-18Update calls to proto_tree_add_bytes_format to reflect r27047.gerald3-7/+7
2008-12-09From Jim Young (bug 3105):stig1-2/+2
2008-12-04add missing version check for new blockulfl1-0/+6
2008-12-04add block dissections:ulfl1-9/+158
2008-12-04Unistim still eats the TAPA packets :-(jmayer1-1/+5
2008-12-02From Don Newton:jake1-10/+31
2008-12-02From Don Newton:jake4-2/+64
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig15-49/+48
2008-10-30From Marc Moussali:etxrab1-1/+2
2008-10-28#include <emem.h>wmeier1-0/+1
2008-10-28Minor cleanup for proto_register & proto_reg_handoff ...wmeier1-31/+32
2008-10-28proto_register & proto_reg_handoff related; remove unnecessary code ....wmeier2-29/+6
2008-10-28Minor cleanup related to proto_register/proto_reg_handoff ...wmeier2-17/+30
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingwmeier21-185/+79
2008-10-13From Florian Lohoff (bug 2959):stig2-13/+45
2008-09-07Get one more pointer difference.guy1-2/+2
2008-09-06To compute the difference between two addresses, cast the pointersguy1-7/+17
2008-09-06Use GINT_TO_POINTER() to cast integral values to gpointer inguy1-2/+2
2008-08-29#include <prefs.h> not requiredwmeier44-44/+0
2008-08-26#include <emem.h> not req'dwmeier4-4/+0
2008-08-14From Frank Wang:jake1-3/+11
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orglego11-11/+11
2008-08-04Declare next_tvb volatile. This prevents the warning:martinm1-1/+1
2008-07-31From Stephen Donnelly:etxrab1-24/+8
2008-07-30No C++ comments - some compilers don't allow them (at least not by default).guy1-1/+3
2008-07-30From Stephen Donnelly:etxrab4-427/+5002
2008-07-30From Bruno Verstuyft:etxrab5-0/+1217
2008-07-29Fix checkapi target for the pluginsmorriss1-1/+1
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).morriss29-33/+33
2008-07-24Fix DLMAP UL_interference_and_noise_level_IE decode error (bug 2737).martinm1-1/+1
2008-07-24Fix HARQ_ULMAP_IE decoder padding error (bug 2738).martinm1-1/+1
2008-07-23This file predominantly uses spaces, so remove tabs that were makingmartinm1-269/+269
2008-07-23Fix bug 2663 (DLMAP HAEQ_DLMAP_UE decode error).martinm1-13/+15
2008-07-22Add NULL termination element to value_string arrayswmeier1-2/+3
2008-07-18Change C++ style comments to C style ...wmeier1-14/+14
2008-07-14Oops... missed one ;sake1-1/+1