aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssgp.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-3/+3
2013-09-23Add dissection of new IEs in UL_UNITDATAAnders Broman1-2/+31
2013-09-17From Jason Wzhy via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9157 :Pascal Quantin1-1/+1
2013-09-03Batch of filterable expert info.Michael Mann1-67/+78
2013-05-03Remove static packet_info *gpinfo and just use the packet_info provided by th...Michael Mann1-33/+31
2013-04-07Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-04From Lukasz Wachowski via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Pascal Quantin1-1/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-24Do not initialize ett_tree and msg_fcn_p when match_strval_idx_ext does not f...Pascal Quantin1-2/+4
2013-03-18As suggested by Evan Huus, use extended value_stringsPascal Quantin1-1/+2
2013-03-18use enum values instead of hardcoded valuesPascal Quantin1-153/+153
2013-03-15[-Wmissing-prototypes]Anders Broman1-1/+5
2013-03-05fixMartin Kaiser1-10/+2
2013-03-05From Joseph Chai:Anders Broman1-8/+147
2013-02-11Fix bit_offset.Anders Broman1-4/+4
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-58/+58
2012-11-25Fix several [-Wshadow] warnings;Bill Meier1-14/+14
2012-11-21fixMartin Kaiser1-1/+1
2012-11-21Clean up white space (no tabs).Guy Harris1-3/+4
2012-11-21The previous change means the "len" argument is now being used.Guy Harris1-3/+1
2012-11-21From l.wachowski:Anders Broman1-5/+9
2012-11-19From l.wachowski:Anders Broman1-4/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-10/+10
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-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+1
2012-02-16Use tce correct IE idAnders Broman1-4/+9
2012-01-19Fix some duplicate display filter names.Chris Maynard1-6/+6
2011-12-08Try to get the container stuff right...Anders Broman1-4/+2
2011-11-06Dissect RIM related IEsAnders Broman1-1/+1
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-4207/+4214
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-5/+5
2011-04-26From Yaniv Kaul:Anders Broman1-5/+1
2011-04-05Don't assign to a proto_item * if the value won't be used: Coverity 858;Bill Meier1-82/+80
2011-04-04Get rid of gsm_a_dtap_pinfo.Anders Broman1-2/+0
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-117/+117
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-200/+200
2011-03-27Added some missing breaks.Stig Bjørlykke1-0/+3
2011-03-15Add dissection ofAnders Broman1-13/+337
2011-03-14Add dissection ofAnders Broman1-28/+324
2011-03-07Remove more obsolete code.Anders Broman1-92/+0
2011-03-07Fix packet-bssgp.c:125: warning: 'hf_bssgp_tmsi_ptmsi' defined but not usedAnders Broman1-1/+0
2011-03-07Remove the old code.Anders Broman1-5909/+80
2011-03-06Prepare to remove old bssgp code by changing exports.Anders Broman1-3/+15
2011-03-04All messages converted to the "GSM style" dissection.Anders Broman1-88/+681
2011-02-22From Pascal Quantin:Anders Broman1-4/+4
2011-02-18#if out some (currently) unused functions.Jeff Morriss1-0/+6