aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rp.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-06-15gsm-a, nas-eps: enhance handling of missing mandatory i.e.Ivan Nardi1-15/+17
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-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-6/+7
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-12/+21
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-11-03tvb_length -> tvb_reported_lengthAndersBroman1-1/+1
2014-10-15Eliminate some proto_tree_add_text from GSM dissectors (so now there are no d...Michael Mann1-65/+54
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-57/+69
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-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-10-02Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin1-7/+3
2013-05-22Do not stop dissection when there is no tree: otherwise it prevents successfu...Pascal Quantin1-9/+0
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-17/+17
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-4/+4
2012-10-02According to 3GPP 24.011, information element name is RP-Originator Address, ...Pascal Quantin1-3/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-25Following r44648, revert part of r44162 and followups so as to have a top lev...Pascal Quantin1-3/+3
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-12Upgrade GSM BSSMAP dissection to Release 9 (V9.8.0)Pascal Quantin1-2/+2
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
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-30/+25
2011-02-22From Pascal Quantin:Anders Broman1-7/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-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-03-01Dissect Content-type application/vnd.3gpp.smsAnders Broman1-0/+6
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-4/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-4/+4
2009-08-06Fix some individual cases of 'if (unsigned) < 0'Bill Meier1-1/+1
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter1-12/+12
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman1-6/+6
2008-11-20From Pascal Quantin:Jaap Keuter1-1/+2
2008-09-25Minor proto_reg_handoff cleanupBill Meier1-3/+0
2008-09-05From Niel Percy:Anders Broman1-56/+53
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0