aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_637.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-16/+7
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-13Add ENC_ASCII_7BITS encodingPascal Quantin1-112/+7
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-26Use proto_tree_add_item() for most string encodings.Guy Harris1-15/+15
2014-01-22Use tvb_get_string_enc() rather than tvb_get_string(); according toGuy Harris1-1/+1
2014-01-14Fix dissection of 3GPP2 SMS encoded in UCS2Pascal Quantin1-0/+2
2014-01-13Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2014-01-09From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9472 :Pascal Quantin1-1071/+2026
2014-01-01Add proto_tree_add_ts_23_038_7bits_item() / tvb_get_ts_23_038_7bits_string() ...Pascal Quantin1-7/+1
2013-12-22We support ENC_UCS_2, so use that in proto_tree_add_item() andGuy Harris1-48/+6
2013-12-12From Michael Lum via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9554 :Pascal Quantin1-7/+10
2013-12-08Use STR_UNICODE display instead of proto_tree_add_unicode_string() in the rem...Pascal Quantin1-15/+15
2013-11-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9478 :Pascal Quantin1-7/+7
2013-11-14Create/use value_string_ext to reference certain value-string-arrays.Bill Meier1-7/+23
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-073GPP2 SMS: add support for KSC5601 (Korean) character setPascal Quantin1-0/+37
2013-10-27Remove use of pinfo->private_data and just pass the data around through funct...Michael Mann1-64/+54
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-3/+0
2013-10-13Minor whitespace, formatting & etc changes.Bill Meier1-1228/+1227
2013-08-19Change some dissectors to use pinfo memory pool instead of malloc if it can t...Pascal Quantin1-14/+8
2013-08-19Do not use ephemeral memory when adding a new data sourcePascal Quantin1-6/+12
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-6/+5
2013-06-25From Reinhard Speyerer via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-1/+1
2013-06-17Fix 7bit ASCII / IA5 SMS dissection broken in r49910Pascal Quantin1-0/+6
2013-06-12Give somewhat more precise names for character encodings ("Unicode"Guy Harris1-5/+4
2013-06-12Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3289 :Pascal Quantin1-3/+36
2013-06-12Fix dissection of 3GPP2 SMS messages when the User Data Header field is prese...Pascal Quantin1-27/+106
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-5/+5
2013-03-12svn path=/trunk/; revision=48272Anders Broman1-1/+4
2013-02-21String passed to val_to_str() must have int format specifier (%u, %d, %x, and...Jakub Zawadzki1-1/+1
2013-02-02Comment out unused hf[] entry.Bill Meier1-1/+3
2012-12-21Fix GSM 7-bit default alphabet decoding in ANSI IS-637-APascal Quantin1-111/+27
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-8/+0
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-05-27Treat TVBs as opaque: use the accessor functions instead of accessing the fieldsJeff Morriss1-1/+1
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-3/+1
2011-04-22Use _U_ for unused function parameters instead of assigning a variableStephen Fisher1-2/+1
2011-04-07(Trivial) Fix a typo & some indentation.Bill Meier1-6/+6
2011-04-06Use the correct handle when registering "media_type" "application/vnd.3gpp2.s...Bill Meier1-1/+1
2011-04-04Don't assign to a proto_item * if the value won't be used: Coverity 836;Bill Meier1-10/+4
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-6/+6
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-38/+38
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-02-17A stab in the dark at deissecting IS-637-A decoding for the CDMA SMS data Mes...Anders Broman1-1/+13