aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sgsap.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-4/+5
2015-04-07SGSAP: fix indent (use 4 spaces)Alexis La Goutte1-1/+1
2015-04-07[SGSAP] Use the subtree for MCC MNC.AndersBroman1-1/+1
2015-04-07[SGSAP] Add dissection of TMSI based NRI container andAndersBroman1-5/+59
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-2/+2
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-64/+77
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-10-17SGsAP Update to V12.6.0 except for IE TMSI based NRI container.AndersBroman1-8/+60
2014-09-30Add editor modelines; Adjust whitespace; Remove boilerplate commentsBill Meier1-8/+20
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-3/+14
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-4/+4
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
2014-01-22Add a SCTP port range preference.Anders Broman1-13/+23
2013-12-11- Make local functions static.Anders Broman1-0/+2
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-4/+4
2013-05-03Remove static packet_info *gpinfo and just use the packet_info provided by th...Michael Mann1-8/+6
2013-04-08Fix dissection of IMSI detach from non-EPS service type.Anders Broman1-1/+7
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-39/+39
2013-01-22Try to fix dissection of GSM protocol family broken by r47209.Pascal Quantin1-46/+46
2012-11-28Fix [-Wshadow] warnings;Bill Meier1-799/+800
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 Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
2012-01-23Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-12-15Use correct string length.Anders Broman1-2/+4
2011-11-20Get rid of Warnings.Anders Broman1-1/+1
2011-11-09Fix a number of proto_tree_add_item() encoding args.Bill Meier1-1/+1
2011-11-08Use the correct length for the NAS message container.Anders Broman1-2/+2
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-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-30/+30
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-9/+0
2011-05-10From Sijin N K:Anders Broman1-0/+5
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-17/+17
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman1-27/+27
2011-03-24Beutify IMEISV IE output.Anders Broman1-0/+2
2011-03-22- Add 9.4.5 IMEISV IE dissectionAnders Broman1-6/+29
2011-02-03Use the right proto_tree * variable.Guy Harris1-111/+111