aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-12Use a more correct length for hf_bssgp_ie_type and hf_bssgp_bvci,stig1-2/+2
2009-11-14- Replaced get_start_octet() with a right shiftdimeg1-88/+70
2009-08-24Make it possible to use bssgp.tlli as custom column.etxrab1-36/+15
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-20/+20
2009-05-01From Reinhard Speyerer:jake1-1/+1
2009-01-27Fix some indentation ....wmeier1-159/+157
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-21/+22
2008-12-17Fix some typos and spelling (mostly in text strings)wmeier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) wmeier1-1/+1
2008-12-03Fix for bug 3085:jake1-3/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-4/+4
2008-09-06Bucket Leak Rate decoded incorrectly as bytes instead of bitsetxrab1-1/+1
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-08-25Remove unnecessary registration of a prefs callback & do minor cleanupwmeier1-4/+1
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...etxrab1-1/+1
2008-06-23Renamed a local variable to avoid name collisions.stig1-2/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.etxrab1-5/+9
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-09-03BSSGP.TLLI is not recognized properly in filteretxrab1-2/+6
2007-07-19Change "lenght" to "length" and "decypt" to "decrypt"morriss1-629/+629
2007-05-19There's more than one IE table; instead of fixing up all the IE tablesguy1-14/+10
2007-05-18Split tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16 tvb_get_bits32 and tvb...etxrab1-54/+54
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-15/+13
2007-03-22Remove a compiler warning by #if 0 out a function that is not called.sahlberg1-0/+3
2007-02-20Get rid of yet another printout that does not go well with optional IE:setxrab1-0/+2
2007-02-20Test before comitting...etxrab1-3/+3
2007-02-20Fix a typo and some reported compiler warnings(hopefully).etxrab1-5/+5
2007-02-19Continuing the tradition: squelch some compiler warnings ....wmeier1-2/+2
2007-02-16Fix the bugs part of http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1371.etxrab1-2/+8
2006-11-29Froim Rene Pilz:etxrab1-0/+5
2006-08-27Do some more of the relase 6 stuff.etxrab1-15/+56
2006-08-24BSSGP: Wrong length on IE and preparation to export IE dissection.etxrab1-22/+16
2006-07-13Decode PDU Type Extension.etxrab1-37/+73
2006-07-10From Nils Ljungberg:etxrab1-105/+329
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-04-16bssgp - handle LLC PDU of 0 length.etxrab1-8/+11
2006-03-16Fix dissection of QoS.etxrab1-1/+34
2006-03-08CID4 and CID3 Changeetxrab1-2/+2
2006-02-16Use the new "proto_tree_add_*_format_value" routines.guy1-5/+5
2006-01-31BSSGP - Translate MCC and make MCC MNC etc vissible filtersetxrab1-10/+5
2006-01-05Bill Meier:jmayer1-3/+3
2005-10-12From Rene Pilz:etxrab1-7/+33
2005-10-06From Rene Pilz,etxrab1-1/+30
2005-09-28Have show_exception() take a "const char *" as its exception message,guy1-0/+1
2005-08-08various code cleanup:ulfl1-11/+2
2005-08-05replace malloc and alike calls by their GLib pendants -> g_malloculfl1-2/+2
2005-07-28char -> const char warning fixesjmayer1-27/+27