Don't guard col_set_str (COL_PROTOCOL) with col_check
[obnox/wireshark/wip.git] / epan / dissectors / packet-bssgp.c
2009-08-09 krjDon't guard col_set_str (COL_PROTOCOL) with col_check
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-05-01 jakeFrom Reinhard Speyerer:
2009-01-27 wmeierFix some indentation ....
2008-12-18 wmeierFix various typos and spelling errors (mostly in text...
2008-12-17 wmeierFix some typos and spelling (mostly in text strings)
2008-12-17 wmeierFix typos and spelling (mostly in text strings)
2008-12-03 jakeFix for bug 3085:
2008-10-31 stigFix some "format not a string literal and no format...
2008-09-06 etxrabBucket Leak Rate decoded incorrectly as bytes instead...
2008-08-26 wmeier#include <emem.h> not req'd
2008-08-25 wmeierRemove unnecessary registration of a prefs callback...
2008-08-04 etxrabFirst step to split the gsm_a dissector into several...
2008-06-23 stigRenamed a local variable to avoid name collisions.
2008-05-14 etxrabFix some of the Errors/warnings detected by checkapi.
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-09-03 etxrabBSSGP.TLLI is not recognized properly in filter
2007-07-19 morrissChange "lenght" to "length" and "decypt" to "decrypt"
2007-05-19 guyThere's more than one IE table; instead of fixing up...
2007-05-18 etxrabSplit tvb_get_bits64 into tvb_get_bits8 tvb_get_bits16...
2007-04-23 guyAdd some GCC warnings to the standard set, and add...
2007-03-22 sahlbergRemove a compiler warning by #if 0 out a function...
2007-02-20 etxrabGet rid of yet another printout that does not go well...
2007-02-20 etxrabTest before comitting...
2007-02-20 etxrabFix a typo and some reported compiler warnings(hopefully).
2007-02-19 wmeierContinuing the tradition: squelch some compiler warning...
2007-02-16 etxrabFix the bugs part of bugs.wireshark.org/bugzilla/show_b...
2006-11-29 etxrabFroim Rene Pilz:
2006-08-27 etxrabDo some more of the relase 6 stuff.
2006-08-24 etxrabBSSGP: Wrong length on IE and preparation to export...
2006-07-13 etxrabDecode PDU Type Extension.
2006-07-10 etxrabFrom Nils Ljungberg:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-04-16 etxrabbssgp - handle LLC PDU of 0 length.
2006-03-16 etxrabFix dissection of QoS.
2006-03-08 etxrabCID4 and CID3 Change
2006-02-16 guyUse the new "proto_tree_add_*_format_value" routines.
2006-01-31 etxrabBSSGP - Translate MCC and make MCC MNC etc vissible...
2006-01-05 jmayerBill Meier:
2005-10-12 etxrabFrom Rene Pilz:
2005-10-06 etxrabFrom Rene Pilz,
2005-09-28 guyHave show_exception() take a "const char *" as its...
2005-08-08 ulflvarious code cleanup:
2005-08-05 ulflreplace malloc and alike calls by their GLib pendants...
2005-07-28 jmayerchar -> const char warning fixes
2005-07-22 etxrabFrom Maynard, Chris.
2005-07-09 guySquelch various signed vs. unsigned warnings by:
2005-07-01 ulflfixed various issues (two serious ones) found by "priva...
2005-06-26 guyGet rid of the private "my_match_strval()" routine...
2005-06-10 ulfljust to get things straight: a dissector should *never...
2005-03-09 ulflremoved some MSVC compiler warnings, mostly I've casted...
2005-03-09 guyComment out a routine that's not currently being used.
2005-03-05 sahlbergfrom susanne edlund : make tlli appear in the tree
2005-03-05 guyFrom Susanne Edlund: filter on NRI values in BSSGP.
2005-02-28 etxrabCorrect presentation of IMSI digits and highlight corre...
2005-02-12 etxrabFrom Rene Pilz :
2004-12-29 guyFrom Albert Chin: get rid of C99/GCCisms (initializing...
2004-12-25 ulflAgain, some warnings removed.
2004-12-25 ulflAgain, some warnings removed.
2004-12-12 etxrabAdd IMSI to the tree if it's built.
2004-12-11 etxrabFix another lengt issue, and comment out some other...
2004-12-10 etxrabDon't add the length twice if tree is built.
2004-12-08 guySquelch some compiler warnings.
2004-12-08 etxrabFrom Susanne Edlund: I have rewritten the bssgp dissect...
2004-07-18 gramMove dissectors to epan/dissectors directory.