aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_sms.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-14Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6202 :pascal1-38/+27
2012-04-13GUINT_TO_POINTER() causes warnings when passed something *shorter* thanGuy Harris1-1/+1
2012-04-13Clean up white space.Guy Harris1-1668/+1637
2012-04-13Try to fix OSX builds.Jakub Zawadzki1-1/+2
2012-04-13Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6477:pascal1-2/+19
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-2/+1
2011-10-23Replace use of tvb_get_ephemeral_faked_unicode() by use of tvb_get_ephemeral_...Bill Meier1-2/+2
2011-10-20Fix for bug 6469:Jaap Keuter1-5/+5
2011-08-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-36/+30
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-3/+5
2011-05-18Do PROTO_ITEM_SET_GENERATED for two 'proto_item *': Fixes Coverity 914 & 915 ...Bill Meier1-6/+8