aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-3115-49/+48
* From Marc Moussali:Anders Broman2008-10-301-1/+2
* #include <emem.h>Bill Meier2008-10-281-0/+1
* Minor cleanup for proto_register & proto_reg_handoff ...Bill Meier2008-10-281-31/+32
* proto_register & proto_reg_handoff related; remove unnecessary code ....Bill Meier2008-10-282-29/+6
* Minor cleanup related to proto_register/proto_reg_handoff ...Bill Meier2008-10-282-17/+30
* proto_register/proto_reg_handoff; Various small cleanup and bug-fixingBill Meier2008-10-2521-185/+79
* From Florian Lohoff (bug 2959):Stig Bjørlykke2008-10-132-13/+45
* Get one more pointer difference.Guy Harris2008-09-071-2/+2
* To compute the difference between two addresses, cast the pointersGuy Harris2008-09-061-7/+17
* Use GINT_TO_POINTER() to cast integral values to gpointer inGuy Harris2008-09-061-2/+2
* #include <prefs.h> not requiredBill Meier2008-08-2944-44/+0
* #include <emem.h> not req'dBill Meier2008-08-264-4/+0
* From Frank Wang:Jaap Keuter2008-08-141-3/+11
* luis.ontanon@gmail.com => luis@ontanon.orgLuis Ontanon2008-08-0511-11/+11
* Declare next_tvb volatile. This prevents the warning:Martin Mathieson2008-08-041-1/+1
* From Stephen Donnelly:Anders Broman2008-07-311-24/+8
* No C++ comments - some compilers don't allow them (at least not by default).Guy Harris2008-07-301-1/+3
* From Stephen Donnelly:Anders Broman2008-07-304-427/+5002
* From Bruno Verstuyft:Anders Broman2008-07-305-0/+1217
* Fix checkapi target for the pluginsJeff Morriss2008-07-291-1/+1
* Allow checkapis target to work in out-of-tree builds (s#../../#$(top_srcdir)).Jeff Morriss2008-07-2929-33/+33
* Fix DLMAP UL_interference_and_noise_level_IE decode error (bug 2737).Martin Mathieson2008-07-241-1/+1
* Fix HARQ_ULMAP_IE decoder padding error (bug 2738).Martin Mathieson2008-07-241-1/+1
* This file predominantly uses spaces, so remove tabs that were makingMartin Mathieson2008-07-231-269/+269
* Fix bug 2663 (DLMAP HAEQ_DLMAP_UE decode error).Martin Mathieson2008-07-231-13/+15
* Add NULL termination element to value_string arraysBill Meier2008-07-221-2/+3
* Change C++ style comments to C style ...Bill Meier2008-07-181-14/+14
* Oops... missed one ;Sake Blok2008-07-141-1/+1
* From Richard Kuemmel (bug 2668):Sake Blok2008-07-141-12/+19
* Change the stats tree API to use signed chars instead of guint8s for all itsJeff Morriss2008-07-111-2/+2
* From Frank Wang:Jaap Keuter2008-07-111-1/+3
* Fix bug 2662 (ULMAP HARQ_ULMAP_IE decode error).Martin Mathieson2008-07-081-14/+29
* Add Makefile.common files for epan/dfilter and epan/ftypes.Guy Harris2008-07-0231-3/+95
* Get rid of a misleading comment (it says "no need to modify anythingGuy Harris2008-07-021-5/+0
* Put printf into a separate "termoutput" API group. For most files,Guy Harris2008-07-0130-30/+30
* Add support for "API groups" in checkAPIs.pl. Make the "prohibited"Gerald Combs2008-06-2630-30/+30
* For for compressed DLMAP decode error.Martin Mathieson2008-06-251-1/+1
* Make sure info column is set correctly when tree == NULL.Martin Mathieson2008-06-231-87/+79
* Try again to get labels matching function names.Martin Mathieson2008-06-231-2/+2
* Fix wimax UL-MAP ext IE decode error.Martin Mathieson2008-06-232-5/+5
* Wimax: support TLV type 48 in REG-REQ/REG-RSP.Martin Mathieson2008-06-203-2/+64
* Fix wimax encoding err when packing subheader present.Martin Mathieson2008-06-201-3/+3
* Support TLV type 36 in wimax plugin.Martin Mathieson2008-06-201-0/+13
* fix BlockError stringsUlf Lamping2008-06-191-4/+4
* Do plugins Checkapi only if the checkapi target is explicitly invoked.Bill Meier2008-05-271-1/+1
* Show ops, etc even when no filter set.Martin Mathieson2008-05-261-13/+7
* From cfreeer:Jaap Keuter2008-05-231-1/+1
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-2235-257/+257
* Initialize aitem.Stig Bjørlykke2008-05-141-1/+1