aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
Commit message (Expand)AuthorAgeFilesLines
* - Replaced get_start_octet() with a right shiftGerasimos Dimitriadis2009-11-141-88/+70
* Make it possible to use bssgp.tlli as custom column.Anders Broman2009-08-241-36/+15
* Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam2009-08-161-1/+1
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-20/+20
* From Reinhard Speyerer:Jaap Keuter2009-05-011-1/+1
* Fix some indentation ....Bill Meier2009-01-271-159/+157
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-181-21/+22
* Fix some typos and spelling (mostly in text strings)Bill Meier2008-12-171-1/+1
* Fix typos and spelling (mostly in text strings) Bill Meier2008-12-171-1/+1
* Fix for bug 3085:Jaap Keuter2008-12-031-3/+1
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-4/+4
* Bucket Leak Rate decoded incorrectly as bytes instead of bitsAnders Broman2008-09-061-1/+1
* #include <emem.h> not req'dBill Meier2008-08-261-1/+0
* Remove unnecessary registration of a prefs callback & do minor cleanupBill Meier2008-08-251-4/+1
* First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman2008-08-041-1/+1
* Renamed a local variable to avoid name collisions.Stig Bjørlykke2008-06-231-2/+2
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-141-5/+9
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* BSSGP.TLLI is not recognized properly in filterAnders Broman2007-09-031-2/+6
* Change "lenght" to "length" and "decypt" to "decrypt"Jeff Morriss2007-07-191-629/+629
* There's more than one IE table; instead of fixing up all the IE tablesGuy Harris2007-05-191-14/+10
* Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...Anders Broman2007-05-181-54/+54
* Add some GCC warnings to the standard set, and add some others to theGuy Harris2007-04-231-15/+13
* Remove a compiler warning by #if 0 out a function that is not called.Ronnie Sahlberg2007-03-221-0/+3
* Get rid of yet another printout that does not go well with optional IE:sAnders Broman2007-02-201-0/+2
* Test before comitting...Anders Broman2007-02-201-3/+3
* Fix a typo and some reported compiler warnings(hopefully).Anders Broman2007-02-201-5/+5
* Continuing the tradition: squelch some compiler warnings ....Bill Meier2007-02-191-2/+2
* Fix the bugs part of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1371.Anders Broman2007-02-161-2/+8
* Froim Rene Pilz:Anders Broman2006-11-291-0/+5
* Do some more of the relase 6 stuff.Anders Broman2006-08-271-15/+56
* BSSGP: Wrong length on IE and preparation to export IE dissection.Anders Broman2006-08-241-22/+16
* Decode PDU Type Extension.Anders Broman2006-07-131-37/+73
* From Nils Ljungberg:Anders Broman2006-07-101-105/+329
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* bssgp - handle LLC PDU of 0 length.Anders Broman2006-04-161-8/+11
* Fix dissection of QoS.Anders Broman2006-03-161-1/+34
* CID4 and CID3 ChangeAnders Broman2006-03-081-2/+2
* Use the new "proto_tree_add_*_format_value" routines.Guy Harris2006-02-161-5/+5
* BSSGP - Translate MCC and make MCC MNC etc vissible filtersAnders Broman2006-01-311-10/+5
* Bill Meier:Jörg Mayer2006-01-051-3/+3
* From Rene Pilz:Anders Broman2005-10-121-7/+33
* From Rene Pilz,Anders Broman2005-10-061-1/+30
* Have show_exception() take a "const char *" as its exception message,Guy Harris2005-09-281-0/+1
* various code cleanup:Ulf Lamping2005-08-081-11/+2
* replace malloc and alike calls by their GLib pendants -> g_mallocUlf Lamping2005-08-051-2/+2
* char -> const char warning fixesJörg Mayer2005-07-281-27/+27
* From Maynard, Chris.Anders Broman2005-07-221-24/+27