aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_bssmap_le.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-08-01Follow-up of r44162: clean more filtersPascal Quantin1-11/+11
svn path=/trunk/; revision=44187
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-3/+3
Tried to provide consistency with GSM dissector (protocol) names, even if the filenames now don't match the dissector name. svn path=/trunk/; revision=44162
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
svn path=/trunk/; revision=43538
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
Display EPS bearer ID in decimal svn path=/trunk/; revision=42755
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
In a few cases: do some whitespace, indentation cleanup & reformatting. svn path=/trunk/; revision=42632
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+5
svn path=/trunk/; revision=41463
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-36/+33
svn path=/trunk/; revision=39164
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-30/+30
svn path=/trunk/; revision=39084
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-11/+11
svn path=/trunk/; revision=36443
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-6/+6
svn path=/trunk/; revision=36441
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.Anders Broman1-30/+137
svn path=/trunk/; revision=35721
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
keys to have _uint in their names, to match the routines that handle dissector tables with string keys. (Using _port can confuse people into thinking they're intended solely for use with TCP/UDP/etc. ports when, in fact, they work better for things such as Ethernet types, where the binding of particular values to particular protocols are a lot stronger.) svn path=/trunk/; revision=35224
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h ↵Bill Meier1-1/+1
not req'd. svn path=/trunk/; revision=34464
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
svn path=/trunk/; revision=32411
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
svn path=/trunk/; revision=32367
2010-02-08(Trivial): remove an incorrect _U_ in a few cases.Bill Meier1-7/+7
svn path=/trunk/; revision=31830
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-6/+6
svn path=/trunk/; revision=31557
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
svn path=/trunk/; revision=30125
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-2/+2
svn path=/trunk/; revision=29929
2009-08-06Fix some individual cases of 'if (unsigned) < 0'Bill Meier1-1/+1
svn path=/trunk/; revision=29320
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter1-26/+26
svn path=/trunk/; revision=29298
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-17/+17
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-01-28Minor changes mostly related to proto_register & proto_reg_handoff;Bill Meier1-316/+315
- Use 'dissector standard template format' - Remove 'once-only' ["if (!initialized) ..."] if not req'd - Misc Also: adjust some indentation svn path=/trunk/; revision=27324
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman1-10/+10
svn path=/trunk/; revision=27100
2008-12-17Add $Id$Bill Meier1-0/+2
svn path=/trunk/; revision=27029
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
svn path=/trunk/; revision=27028
2008-11-25One more fix for bug 3081.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26842
2008-11-25From Pascal Quantin:Stig Bjørlykke1-4/+4
Fix more issues after r26834. svn path=/trunk/; revision=26840
2008-11-24fix array overindexingBalint Reczey1-1/+1
svn path=/trunk/; revision=26834
2008-11-23Remove unused hf vars.Anders Broman1-5/+0
svn path=/trunk/; revision=26833
2008-11-23Move some of the BSSMAP LE stuff to packet-gsm_bssmap_le.cAnders Broman1-58/+496
svn path=/trunk/; revision=26832
2008-11-20From Johnny Mitrevski:Anders Broman1-0/+678
Add new Bssap dissectors for the Lb interface. svn path=/trunk/; revision=26814