summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bssgp.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-29Add cause values.Anders Broman1-1/+25
2010-10-13Access several large value-string arrays via extended value-string functions.Bill Meier1-1/+1
2010-10-11Define some fcns & vars as static;Bill Meier1-1/+1
2010-09-27Add PDUs to value_string.Anders Broman1-2/+106
2010-06-15From Holger Freyther:Anders Broman1-87/+87
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-17/+17
2010-05-24Use REP_BIG_ENDIAN for integral data types not already using REP_Guy Harris1-7/+7
2010-05-24Get rid of private byte-order definition. The definition didn't matchGuy Harris1-10/+30
2010-04-29From Mike Morrin:Anders Broman1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-01-12Use a more correct length for hf_bssgp_ie_type and hf_bssgp_bvci,Stig Bjørlykke1-2/+2
2009-11-14- Replaced get_start_octet() with a right shiftGerasimos Dimitriadis1-88/+70
2009-08-24Make it possible to use bssgp.tlli as custom column.Anders Broman1-36/+15
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-20/+20
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