aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke15-49/+48
2008-10-30From Marc Moussali:Anders Broman1-1/+2
2008-10-28#include <emem.h>Bill Meier1-0/+1
2008-10-28Minor cleanup for proto_register & proto_reg_handoff ...Bill Meier1-31/+32
2008-10-28proto_register & proto_reg_handoff related; remove unnecessary code ....Bill Meier2-29/+6
2008-10-28Minor cleanup related to proto_register/proto_reg_handoff ...Bill Meier2-17/+30
2008-10-25proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier21-185/+79
2008-10-13From Florian Lohoff (bug 2959):Stig Bjørlykke2-13/+45
2008-09-07Get one more pointer difference.Guy Harris1-2/+2
2008-09-06To compute the difference between two addresses, cast the pointersGuy Harris1-7/+17
2008-09-06Use GINT_TO_POINTER() to cast integral values to gpointer inGuy Harris1-2/+2
2008-08-29#include <prefs.h> not requiredBill Meier44-44/+0
2008-08-26#include <emem.h> not req'dBill Meier4-4/+0
2008-08-14From Frank Wang:Jaap Keuter1-3/+11
2008-08-05luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon11-11/+11
2008-08-04Declare next_tvb volatile. This prevents the warning:Martin Mathieson1-1/+1
2008-07-31From Stephen Donnelly:Anders Broman1-24/+8
2008-07-30No C++ comments - some compilers don't allow them (at least not by default).Guy Harris1-1/+3
2008-07-30From Stephen Donnelly:Anders Broman4-427/+5002
2008-07-30From Bruno Verstuyft:Anders Broman5-0/+1217
2008-07-29Fix checkapi target for the pluginsJeff Morriss1-1/+1
2008-07-29Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss29-33/+33
2008-07-24Fix DLMAP UL_interference_and_noise_level_IE decode error (bug 2737).Martin Mathieson1-1/+1
2008-07-24Fix HARQ_ULMAP_IE decoder padding error (bug 2738).Martin Mathieson1-1/+1
2008-07-23This file predominantly uses spaces, so remove tabs that were makingMartin Mathieson1-269/+269
2008-07-23Fix bug 2663 (DLMAP HAEQ_DLMAP_UE decode error).Martin Mathieson1-13/+15
2008-07-22Add NULL termination element to value_string arraysBill Meier1-2/+3
2008-07-18Change C++ style comments to C style ...Bill Meier1-14/+14
2008-07-14Oops... missed one ;Sake Blok1-1/+1
2008-07-14From Richard Kuemmel (bug 2668):Sake Blok1-12/+19
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss1-2/+2
2008-07-11From Frank Wang:Jaap Keuter1-1/+3
2008-07-08Fix bug 2662 (ULMAP HARQ_ULMAP_IE decode error).Martin Mathieson1-14/+29
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris31-3/+95
2008-07-02Get rid of a misleading comment (it says "no need to modify anythingGuy Harris1-5/+0
2008-07-01Put printf into a separate "termoutput" API group. For most files,Guy Harris30-30/+30
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs30-30/+30
2008-06-25For for compressed DLMAP decode error.Martin Mathieson1-1/+1
2008-06-23Make sure info column is set correctly when tree == NULL.Martin Mathieson1-87/+79
2008-06-23Try again to get labels matching function names.Martin Mathieson1-2/+2
2008-06-23Fix wimax UL-MAP ext IE decode error.Martin Mathieson2-5/+5
2008-06-20Wimax: support TLV type 48 in REG-REQ/REG-RSP.Martin Mathieson3-2/+64
2008-06-20Fix wimax encoding err when packing subheader present.Martin Mathieson1-3/+3
2008-06-20Support TLV type 36 in wimax plugin.Martin Mathieson1-0/+13
2008-06-19fix BlockError stringsUlf Lamping1-4/+4
2008-05-27Do plugins Checkapi only if the checkapi target is explicitly invoked.Bill Meier1-1/+1
2008-05-26Show ops, etc even when no filter set.Martin Mathieson1-13/+7
2008-05-23From cfreeer:Jaap Keuter1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatJeff Morriss35-257/+257
2008-05-14Initialize aitem.Stig Bjørlykke1-1/+1