aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-42/+18
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-12/+12
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-12/+12
2014-05-19Add new proto_tree_add_format_text() functionJakub Zawadzki1-2/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-14UCS2 encoded SMS is directly read from data -> remove PROTO_ITEM_SET_GENERATED()Pascal Quantin1-8/+5
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-185/+8
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Use tvb_get_string_enc(), or proto_tree_add_item(), rather thanGuy Harris1-52/+33
2013-12-17Comment a useless incrementPascal Quantin1-1/+1
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-6/+2
2013-12-12From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9554 :Pascal Quantin1-67/+52
2013-12-11From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9550 :Pascal Quantin1-14/+21
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin1-12/+11
2013-12-05Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9503 :Pascal Quantin1-22/+63
2013-11-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9478 :Pascal Quantin1-5/+13
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-102/+119
2013-10-02Replace the 3 dissector tables (with a single entry in each) by a direct call...Pascal Quantin1-8/+1
2013-10-02Revert files committed by mistake in r52331Pascal Quantin1-1/+1
2013-10-02From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9...Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-15Convert a few more dissectors to wmem APIPascal Quantin1-1/+1
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-2/+3
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-12Fix dissection of 3GPP2 SMS messages when the User Data Header field is prese...Pascal Quantin1-52/+59
2013-06-02Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8756 :Pascal Quantin1-5/+7
2013-05-23Fix computation of TP-User-Data-Length when SMS is coded with GSM 7 bit defau...Pascal Quantin1-7/+11
2013-05-03Remove static packet_info *gpinfo and just use the packet_info provided by th...Michael Mann1-30/+27
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-7/+6
2013-03-19From beroset:Anders Broman1-3/+3
2012-12-12"Fill" a couple of value_string(ext)Anders Broman1-0/+1
2012-10-24Add dissection of ENVELOPE 3GPP SMS-PP DownloadPascal Quantin1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-0/+2
2012-09-02Use parentheses to clarify ambiguous operator precedence.Evan Huus1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-07-31Updated GSM dissectors display filters per checkfiltername.plMichael Mann1-5/+5
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-19TypoAnders Broman1-1/+1
2012-06-19Add proto_tree_add_unicode_string() to add UTF-8 string to tree. Jakub Zawadzki1-15/+12
2012-06-19Fix bug #7378: Wireshark 1.8.0rc1: gsm_a_dtap SMS 7-bit default alphabet regr...Jakub Zawadzki1-6/+7
2012-05-23Fix a typoAnders Broman1-1/+1
2012-05-21Display Element ID in hexadecimal (like in 3GPP specs)pascal1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-19/+11
2012-04-30Fix a few clang warningspascal1-20/+0
2012-04-26Just use a Boring Old ASCII Dash for hex ranges.Guy Harris1-6/+6
2012-04-26Prepare to use value_string or range_string.Anders Broman1-1/+50
2012-04-26From Evan Huus:pascal1-1/+1
2012-04-17Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7131 :pascal1-20/+20