aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bssap.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon1-0/+2
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...Luis Ontanon1-4/+4
2007-03-22Mine:Luis Ontanon1-4/+4
2007-03-21packet_info.c and packet.cLuis Ontanon1-0/+8
2007-01-21From Tobias Witek:Stephen Fisher1-0/+5
2006-08-21From Florent Drouin:Anders Broman1-3/+18
2006-05-28Ethereal->WiresharkAnders Broman1-3/+3
2006-05-23Dissect rrlp payload.Anders Broman1-11/+46
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-03-11remove some unusued parametersRonnie Sahlberg1-136/+139
2006-03-11second try to fix the bugRonnie Sahlberg1-1/+1
2006-03-11the code forgot to update offset *offset++ is not the same as offset++ :-)Ronnie Sahlberg1-1/+1
2006-02-07Packet-bssap.c - Dissect BCD coded IE:sAnders Broman1-12/+123
2006-02-07Dissect channel needed.Anders Broman1-2/+1
2006-02-02gsm_a: Export needed functionsAnders Broman1-45/+319
2006-02-01packet-gsma_a.ch Use valuestrings for Number type etc and export the value_st...Anders Broman1-0/+1606
2005-07-09Squelch various signed vs. unsigned warnings by:Guy Harris1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+480