aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_bssmap_le.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Follow-up of r44162: clean more filtersPascal Quantin2012-08-011-11/+11
* Updated GSM dissectors display filters per checkfiltername.plMichael Mann2012-07-311-3/+3
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* Display Element ID in hexadecimal (like in 3GPP specs)pascal2012-05-211-1/+1
* Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier2012-05-151-1/+1
* Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte2012-03-101-5/+5
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-271-36/+33
* (Trivial) Remove trailing whitespace from lines for a few files.Bill Meier2011-09-211-30/+30
* Change the signature of elem_fcn():ns to include pinfo.Anders Broman2011-04-041-11/+11
* Change the msg_fcn() signature to include pinfo.Anders Broman2011-04-041-6/+6
* Dissect more IE's in PERFORM-LOCATION-REQUEST.Anders Broman2011-01-311-30/+137
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier2010-10-101-1/+1
* #include <string.h> not needed.Bill Meier2010-04-061-2/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* (Trivial): remove an incorrect _U_ in a few cases.Bill Meier2010-02-081-7/+7
* Fix a number of gcc _Wshadow warningsBill Meier2010-01-181-6/+6
* Don't guard col_append_str with check_colKovarththanan Rajaratnam2009-09-241-4/+1
* Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier2009-09-151-2/+2
* Fix some individual cases of 'if (unsigned) < 0'Bill Meier2009-08-061-1/+1
* Optimize empty strings to NULL pointers.Jaap Keuter2009-08-041-26/+26
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-17/+17
* Minor changes mostly related to proto_register & proto_reg_handoff;Bill Meier2009-01-281-316/+315
* Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman2008-12-231-10/+10
* Add $Id$Bill Meier2008-12-171-0/+2
* Fix typos and spelling (mostly in text strings) Bill Meier2008-12-171-1/+1
* One more fix for bug 3081.Stig Bjørlykke2008-11-251-1/+1
* From Pascal Quantin:Stig Bjørlykke2008-11-251-4/+4
* fix array overindexingBalint Reczey2008-11-241-1/+1
* Remove unused hf vars.Anders Broman2008-11-231-5/+0
* Move some of the BSSMAP LE stuff to packet-gsm_bssmap_le.cAnders Broman2008-11-231-58/+496
* From Johnny Mitrevski:Anders Broman2008-11-201-0/+678