aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-03-05from susanne edlund : make tlli appear in the treeRonnie Sahlberg1-3/+10
2005-03-05From Susanne Edlund: filter on NRI values in BSSGP.Guy Harris1-18/+85
2005-02-28Correct presentation of IMSI digits and highlight correct bytes.Anders Broman1-3/+3
2005-02-12From Rene Pilz :Anders Broman1-2/+1
2004-12-29From Albert Chin: get rid of C99/GCCisms (initializing automaticGuy Harris1-2/+6
2004-12-25Again, some warnings removed.Ulf Lamping1-4/+8
2004-12-25Again, some warnings removed.Ulf Lamping1-4/+4
2004-12-12Add IMSI to the tree if it's built.Anders Broman1-4/+4
2004-12-11Fix another lengt issue, and comment out some other faulty code - to tired to...Anders Broman1-1/+5
2004-12-10Don't add the length twice if tree is built.Anders Broman1-1/+2
2004-12-08Squelch some compiler warnings.Guy Harris1-28/+30
2004-12-08From Susanne Edlund: I have rewritten the bssgp dissector to comply with 3GPP...Anders Broman1-1607/+5659
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1686