aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
AgeCommit message (Expand)AuthorFilesLines
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
2008-07-14From Richard Kuemmel (bug 2668):sake1-12/+19
2008-07-11Change the stats tree API to use signed chars instead of guint8s for all itsmorriss1-2/+2
2008-07-11From Frank Wang:jake1-1/+3
2008-07-08Fix bug 2662 (ULMAP HARQ_ULMAP_IE decode error).martinm1-14/+29
2008-07-02Add Makefile.common files for epan/dfilter and epan/ftypes.guy31-3/+95
2008-07-02Get rid of a misleading comment (it says "no need to modify anythingguy1-5/+0
2008-07-01Put printf into a separate "termoutput" API group. For most files,guy30-30/+30
2008-06-26Add support for "API groups" in checkAPIs.pl. Make the "prohibited"gerald30-30/+30
2008-06-25For for compressed DLMAP decode error.martinm1-1/+1
2008-06-23Make sure info column is set correctly when tree == NULL.martinm1-87/+79
2008-06-23Try again to get labels matching function names.martinm1-2/+2
2008-06-23Fix wimax UL-MAP ext IE decode error.martinm2-5/+5
2008-06-20Wimax: support TLV type 48 in REG-REQ/REG-RSP.martinm3-2/+64
2008-06-20Fix wimax encoding err when packing subheader present.martinm1-3/+3
2008-06-20Support TLV type 36 in wimax plugin.martinm1-0/+13
2008-06-19fix BlockError stringsulfl1-4/+4
2008-05-27Do plugins Checkapi only if the checkapi target is explicitly invoked.wmeier1-1/+1
2008-05-26Show ops, etc even when no filter set.martinm1-13/+7
2008-05-23From cfreeer:jake1-1/+1
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss35-257/+257
2008-05-14Initialize aitem.stig1-1/+1
2008-05-14fix missing brackets causing uninitialized hidden_itemkukosa1-2/+3
2008-05-14From Anders Broman:kukosa3-70/+144
2008-05-14From cfreeer (bug 2541):stig1-0/+2
2008-05-14From cfreeer (bug 2540):stig1-1/+1
2008-05-14From cfreeer:jake1-7/+7
2008-05-13Fix some of the Errors/warnings detected by checkapi.etxrab1-1/+1
2008-05-11g_string_sprintf --> g_string_printf and g_string_sprintfa --> g_string_appen...wmeier4-13/+13