aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_637.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-13From Didier Gautheron:Anders Broman1-8/+2
2009-10-23Move IA5_7BIT_decode to strutil.cAnders Broman1-49/+1
2009-09-15Save some memory: Don't statically allocate ett[] arrays used "dynamically".Bill Meier1-1/+1
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
2009-05-26Misc dissector cleanup:Bill Meier1-186/+186
2009-02-17Try to be smart and add ansi_tele_msg_status_strings, mostly to make it compile.Stig Bjørlykke1-5/+10
2009-02-17Have message status decoded.Jaap Keuter1-3/+1
2009-02-17Fix compiler warning/error:Stephen Fisher1-1/+3
2009-02-17From Jan Adamek:Anders Broman1-0/+124
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-2/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-6/+6
2008-10-28From Shmulik Bezale:Anders Broman1-5/+263
2008-06-23Removed argument names in function pointers to avoid shadowing warnings.Stig Bjørlykke1-2/+2
2008-01-09Make ANSI IS-637-A Teleservice - "ansi_637_tele" andAnders Broman1-0/+3
2007-08-30From Chris Maynard:Anders Broman1-35/+34
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-2/+2
2006-11-26Clean up a bunch of unused parameter warnings and 2 uninitialized variable wa...Jeff Morriss1-3/+2
2006-11-22From Michael LumAnders Broman1-56/+51
2006-08-10From: Michael LumJaap Keuter1-6/+118
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-02another switch that should be a value_stringRonnie Sahlberg1-7/+9
2005-08-21Add a "register_dfilter_stat()", to register stats that take a displayGuy Harris1-1/+1
2005-08-20remove sprintfRonnie Sahlberg1-20/+18
2005-07-27Fix >2600 warnings by doing char -> const char changes.Jörg Mayer1-14/+14
2005-07-26From Maynard, Chris :Anders Broman1-8/+8
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-28/+7
2005-06-26packet-ansi_637.c(288) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-4/+4
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1937