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.wmeier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-36/+36
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-139/+131
2011-04-04Change the signature of elem_fcn():ns to include pinfo.etxrab1-26/+26
2011-04-04Change the msg_fcn() signature to include pinfo.etxrab1-6/+4
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);wmeier1-124/+124
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-4/+4
2010-08-17The Mobile Status msg in BSSAP+ has IMSI as first possible IEdimeg1-1/+1
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)wmeier1-1923/+1923
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-20Fix for Bug 4588:dimeg1-1/+1
2010-01-03Fixed abbrev for "Location information age IE".stig1-1/+1
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-3/+3
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-4/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-70/+70
2009-05-13Apply some of the patches from:etxrab1-1/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-2/+2
2008-11-21From Johnny Mitrevski:etxrab1-11/+55
2008-09-27Handle pref change via pref callback instead of registering an init fcnwmeier1-23/+26
2008-09-24Fix indentation to be reasonably consistentwmeier1-525/+525
2008-08-19From Neil Piercy:etxrab1-7/+1
2008-08-04First step to split the gsm_a dissector into several smaller ones ( done by N...etxrab1-1/+1
2008-05-14Fix some of the Errors/warnings detected by checkapi.etxrab1-2/+3
2008-02-07Removed even more "statement not reached" warnings.stig1-4/+0
2007-06-04Register as heuristic dissector for SUA.tuexen1-0/+1
2007-04-23Add some GCC warnings to the standard set, and add some others to theguy1-16/+16
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:lego1-0/+2
2007-03-27Another iteration over sctp calls (RANAP/BSSAP) a step towards TCAP/(MAP/IMAP...lego1-4/+4
2007-03-22Mine:lego1-4/+4
2007-03-21packet_info.c and packet.clego1-0/+8
2007-01-21From Tobias Witek:sfisher1-0/+5
2006-08-21From Florent Drouin:etxrab1-3/+18
2006-05-28Ethereal->Wiresharketxrab1-3/+3
2006-05-23Dissect rrlp payload.etxrab1-11/+46
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-11remove some unusued parameterssahlberg1-136/+139
2006-03-11second try to fix the bugsahlberg1-1/+1
2006-03-11the code forgot to update offset *offset++ is not the same as offset++ :-)sahlberg1-1/+1
2006-02-07Packet-bssap.c - Dissect BCD coded IE:setxrab1-12/+123
2006-02-07Dissect channel needed.etxrab1-2/+1
2006-02-02gsm_a: Export needed functionsetxrab1-45/+319
2006-02-01packet-gsma_a.ch Use valuestrings for Number type etc and export the value_st...etxrab1-0/+1606
2005-07-09Squelch various signed vs. unsigned warnings by:guy1-1/+1
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+480