Fixup: tvb_* -> tvb_captured
[metze/wireshark/wip.git] / epan / dissectors / packet-gsm_bssmap_le.c
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-03-09 Anders BromanIE chosen channel on Lb interface decoded incorrectly
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-09-15 Pascal QuantinConvert a few more dissectors to wmem API
2013-05-03 Michael MannRemove static packet_info *gpinfo and just use the...
2013-03-29 Evan HuusRename value string (and similar) functions to use...
2013-03-18 Pascal QuantinAs suggested by Evan Huus, use extended value_strings
2013-03-18 Pascal Quantinuse enum values instead of hardcoded values
2013-01-22 Pascal QuantinTry to fix dissection of GSM protocol family broken...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-01 Pascal QuantinFollow-up of r44162: clean more filters
2012-07-31 Michael MannUpdated GSM dissectors display filters per checkfiltern...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-05-21 pascalDisplay Element ID in hexadecimal (like in 3GPP specs)
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-03-10 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-09-27 Anders BromanGet rid of check_col, while at it set ENC.
2011-09-21 Bill Meier(Trivial) Remove trailing whitespace from lines for...
2011-04-04 Anders BromanChange the signature of elem_fcn():ns to include pinfo.
2011-04-04 Anders BromanChange the msg_fcn() signature to include pinfo.
2011-01-31 Anders BromanDissect more IE's in PERFORM-LOCATION-REQUEST.
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-10-10 Bill MeierDefine some fcns & vars as static; Some #includes not...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-02-08 Bill Meier(Trivial): remove an incorrect _U_ in a few cases.
2010-01-18 Bill MeierFix a number of gcc _Wshadow warnings
2009-09-24 Kovarththanan Raja... Don't guard col_append_str with check_col
2009-09-15 Bill MeierSave some memory: Don't statically allocate ett[] array...
2009-08-06 Bill MeierFix some individual cases of 'if (unsigned) < 0'
2009-08-04 Jaap KeuterOptimize empty strings to NULL pointers.
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-01-28 Bill MeierMinor changes mostly related to proto_register & proto_...
2008-12-23 Anders BromanImplement TLV-E and LV-E type IE dissection (2 byte...
2008-12-17 Bill MeierAdd $Id$
2008-12-17 Bill MeierFix typos and spelling (mostly in text strings)
2008-11-25 Stig BjørlykkeOne more fix for bug 3081.
2008-11-25 Stig BjørlykkeFrom Pascal Quantin:
2008-11-24 Balint Reczeyfix array overindexing
2008-11-23 Anders BromanRemove unused hf vars.
2008-11-23 Anders BromanMove some of the BSSMAP LE stuff to packet-gsm_bssmap_le.c
2008-11-20 Anders BromanFrom Johnny Mitrevski: