aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_rp.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-08-24From Neil Piercy:Anders Broman1-13/+0
2008-08-19From Neil Piercy:Anders Broman1-6/+3
2008-08-04From Neil Piercy:Anders Broman1-0/+621