aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_bsslap.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+4
2015-01-08Eliminate proto_tree_add_text from some dissectors.Michael Mann1-8/+16
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-15/+26
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-11-20Replace tvb_length...() calls.AndersBroman1-9/+9
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-582/+595
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-2/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-9/+9
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-9/+9
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-03-19From beroset:Anders Broman1-3/+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-32/+31
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-32/+32
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
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-2/+0
2012-03-06Don't use FT_*INT with true_false strings: the code to generateJeff Morriss1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-10/+10
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-51/+50
2010-10-10Define some fcns & vars as static; Some #includes not req'd; packet-mikey.h n...Bill Meier1-2/+2
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-42/+42
2010-04-08Fix for Bug 4651:Gerasimos Dimitriadis1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-2/+2
2009-08-04Optimize empty strings to NULL pointers.Jaap Keuter1-36/+36
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-9/+9
2008-12-23Implement TLV-E and LV-E type IE dissection (2 byte length value).Anders Broman1-15/+15
2008-11-07packet-gsm_bsslap.c:247: warning: unused parameter 'len'Anders Broman1-1/+1
2008-11-07From Johnny Mitrevski:Anders Broman1-10/+21
2008-11-01Fix the broken build.Jaap Keuter1-1/+2
2008-11-01Add Measurement result IE dissection, fix channel list.Anders Broman1-31/+52
2008-10-30Fix:Anders Broman1-1/+1
2008-10-30Add dissection of some IE:sAnders Broman1-11/+84
2008-10-22Some further updates.Anders Broman1-74/+77
2008-10-22Mark some unused variables.Stig Bjørlykke1-13/+15
2008-10-22Update bssap le and BSS MAP.Anders Broman1-190/+627
2008-09-25Minor proto_reg_handoff cleanupBill Meier1-4/+0
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman1-1/+1
2008-04-24Get rid of CR's at the ends of lines, give it an NL at the end, and setGuy Harris1-422/+422
2008-04-24Add missing dissector from the makefile:Anders Broman1-0/+422