aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssap.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus1-2/+2
2013-09-12Convert a few more dissectors to wmemPascal Quantin1-2/+2
2013-07-23Register BSSAP+ by name.Anders Broman1-0/+1
2013-03-15[-Wmissing-prototypes]Anders Broman1-1/+2
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2013-01-17Register in the UDP heuristic table rather than the internal one.Anders Broman1-1/+3
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-30/+32
2012-12-02Remove unneeded variable initializers.Evan Huus1-1/+1
2012-11-29Make all enum_val_t's const.Jeff Morriss1-2/+2
2012-10-18Minor cleanup:Bill Meier1-442/+512
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-1/+1
2012-08-14Don't add proto_bssap to the tree twice, once as a hidden item and once using...Chris Maynard1-4/+3
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-3/+4
2012-07-31Update filter names following the changes done in r44162Pascal Quantin1-2/+2
2012-07-13tvb_length_remaining() can return -1, so check if its return value is <= 0 wh...Chris Maynard1-53/+53
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-8/+0
2012-03-10Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+2
2012-01-24Fix a duplicate display filter name.Chris Maynard1-1/+1
2012-01-19Fix some duplicate display filter names.Chris Maynard1-7/+7
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-36/+36
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-139/+131
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman1-26/+26
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-6/+4
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-124/+124
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-08-17The Mobile Status msg in BSSAP+ has IMSI as first possible IEGerasimos Dimitriadis1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-1923/+1923
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-20Fix for Bug 4588:Gerasimos Dimitriadis1-1/+1
2010-01-03Fixed abbrev for "Location information age IE".Stig Bjørlykke1-1/+1
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-70/+70
2009-05-13Apply some of the patches from:Anders Broman1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-11-21From Johnny Mitrevski:Anders Broman1-11/+55
2008-09-27Handle pref change via pref callback instead of registering an init fcnBill Meier1-23/+26
2008-09-24Fix indentation to be reasonably consistentBill Meier1-525/+525
2008-08-19From Neil Piercy:Anders Broman1-7/+1
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...Anders Broman1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.Anders Broman1-2/+3
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-4/+0
2007-06-04Register as heuristic dissector for SUA.Michael Tüxen1-0/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theGuy Harris1-16/+16
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1