aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-01-27Fix some indentation ....Bill Meier1-159/+157
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-21/+22
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-12-03Fix for bug 3085:Jaap Keuter1-3/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-4/+4
2008-09-06Bucket Leak Rate decoded incorrectly as bytes instead of bitsAnders Broman1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-08-25Remove unnecessary registration of a prefs callback & do minor cleanupBill Meier1-4/+1
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman1-1/+1
2008-06-23Renamed a local variable to avoid name collisions.Stig Bjørlykke1-2/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.Anders Broman1-5/+9
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-09-03BSSGP.TLLI is not recognized properly in filterAnders Broman1-2/+6
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss1-629/+629
2007-05-19There's more than one IE table; instead of fixing up all the IE tablesGuy Harris1-14/+10
2007-05-18Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...Anders Broman1-54/+54
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-15/+13
2007-03-22Remove a compiler warning by #if 0 out a function that is not called.Ronnie Sahlberg1-0/+3
2007-02-20Get rid of yet another printout that does not go well with optional IE:sAnders Broman1-0/+2
2007-02-20Test before comitting...Anders Broman1-3/+3
2007-02-20Fix a typo and some reported compiler warnings(hopefully).Anders Broman1-5/+5
2007-02-19Continuing the tradition: squelch some compiler warnings ....Bill Meier1-2/+2
2007-02-16Fix the bugs part of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1371.Anders Broman1-2/+8
2006-11-29Froim Rene Pilz:Anders Broman1-0/+5
2006-08-27Do some more of the relase 6 stuff.Anders Broman1-15/+56
2006-08-24BSSGP: Wrong length on IE and preparation to export IE dissection.Anders Broman1-22/+16
2006-07-13Decode PDU Type Extension.Anders Broman1-37/+73
2006-07-10From Nils Ljungberg:Anders Broman1-105/+329
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-16bssgp - handle LLC PDU of 0 length.Anders Broman1-8/+11
2006-03-16Fix dissection of QoS.Anders Broman1-1/+34
2006-03-08CID4 and CID3 ChangeAnders Broman1-2/+2
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-5/+5
2006-01-31BSSGP - Translate MCC and make MCC MNC etc vissible filtersAnders Broman1-10/+5
2006-01-05Bill Meier:Jörg Mayer1-3/+3
2005-10-12From Rene Pilz:Anders Broman1-7/+33
2005-10-06From Rene Pilz,Anders Broman1-1/+30
2005-09-28Have show_exception() take a "const char *" as its exception message,Guy Harris1-0/+1
2005-08-08various code cleanup:Ulf Lamping1-11/+2
2005-08-05replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping1-2/+2
2005-07-28char -> const char warning fixesJörg Mayer1-27/+27
2005-07-22From Maynard, Chris.Anders Broman1-24/+27
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-8/+2
2005-07-01fixed various issues (two serious ones) found by "private" fuzz-testingUlf Lamping1-0/+8
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-27/+27
2005-06-10just to get things straight: a dissector should *never* do any g_assert() calls!Ulf Lamping1-7/+7
2005-03-09removed some MSVC compiler warnings, mostly I've casted "downsized function p...Ulf Lamping1-1/+1
2005-03-09Comment out a routine that's not currently being used.Guy Harris1-0/+2