aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_bssmap_le.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-12GSM BSSMAP LE: cosmetic: fix inconsistent spacing in bssmap_le_elem_fcn[]Vadim Yanitskiy1-1/+1
2021-10-25BSSAP: Split BSSAP-LE, BSAP to pinosJohn Thacker1-1/+1
2021-10-19BSSMAP LE: fix dissection of APDU in 2 messagesPascal Quantin1-2/+2
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-31[BSSMAP-LE] Correct dissection of 10.20 Positioning Data.Anders1-6/+62
2017-10-27[BSSMAP-LE] Add dissection of 10.18 Location Type.AndersBroman1-1/+51
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-5/+2
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-11/+15
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-12-11GSM BSSMAP LE: fix indent (use tabs)Alexis La Goutte1-6/+6
2014-12-11GSM bssmap le: fix warning: no previous prototype for 'dissect_bssmap_le' [-W...Alexis La Goutte1-1/+1
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-8/+8
2014-11-03tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2014-11-02Eliminate proto_tree_add_text from several dissectors.Michael Mann1-13/+34
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-79/+92
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-03-09IE chosen channel on Lb interface decoded incorrectlyAnders Broman1-9/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-2/+4
2013-05-03Remove static packet_info *gpinfo and just use the packet_info provided by th...Michael Mann1-6/+4
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-18As suggested by Evan Huus, use extended value_stringsPascal Quantin1-1/+2
2013-03-18use enum values instead of hardcoded valuesPascal Quantin1-30/+30
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-56/+56
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-01Follow-up of r44162: clean more filtersPascal Quantin1-11/+11
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-3/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+1
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-5/+5
2011-09-27Get rid of check_col, while at it set ENC.Anders Broman1-36/+33
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-30/+30
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-11/+11
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-6/+6
2011-01-31Dissect more IE's in PERFORM-LOCATION-REQUEST.Anders Broman1-30/+137
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-08(Trivial): remove an incorrect _U_ in a few cases.Bill Meier1-7/+7
2010-01-18Fix a number of gcc _Wshadow warningsBill Meier1-6/+6