aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.c
AgeCommit message (Collapse)AuthorFilesLines
2007-11-30From Florent DROUIN:Stig Bjørlykke1-1/+26
I just add a test for the index, to check we are in the element table. This fixes bug 2051. svn path=/trunk/; revision=23688
2007-10-02bug 1872Ronnie Sahlberg1-23/+23
from chris maynard fix some filter names for ansi_a svn path=/trunk/; revision=23056
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-4/+4
fixes for various compiler warnings svn path=/trunk/; revision=21210
2007-01-12Dissect cdma2000HandoffInvokeIOSData.Anders Broman1-0/+54
svn path=/trunk/; revision=20409
2006-11-26Clean up a bunch of unused parameter warnings and 2 uninitialized variable ↵Jeff Morriss1-11/+11
warnings svn path=/trunk/; revision=19990
2006-11-22From Michael LumAnders Broman1-462/+3527
1) A small change in the number of teleservices recognized 2) Finally finished a lot of the changes for IOS 5 support. The attached files must be used together. Built in Windows XP Pro using Visual Studio C++ with the latest repository. packet-ansi_map.c.gz packet-ansi_a.gz This file contains both packet-ansi_a.c and packet-ansi_a.h changes. libwireshark.def.gz ansi_a_stat.c.gz svn path=/trunk/; revision=19955
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs1-6/+2
svn path=/trunk/; revision=17551
2005-10-13get rid of some strcpy()Ronnie Sahlberg1-5/+5
svn path=/trunk/; revision=16210
2005-08-20get rid of a whole chunk of sprintfsRonnie Sahlberg1-133/+130
svn path=/trunk/; revision=15466
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the ↵Ronnie Sahlberg1-5/+5
documentation in README.developer svn path=/trunk/; revision=15270
2005-07-27Fix >2600 warnings by doing char -> const char changes.Jörg Mayer1-40/+39
Additionally in dissectors/packet-ansi_map.c: Flag unused parameters as such and remove dummy param = param; statements. svn path=/trunk/; revision=15114
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg1-10/+5
there was at least one obvious memleak in one of the uses of tvb_get_string() svn path=/trunk/; revision=15027
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-23/+3
add a "match_strval_idx()" routine that does the same thing, and have "match_strval()" call it. Make those routines, and "val_to_str()", return a "const" pointer. Update dissectors as necessary to squelch compiler warnings produced by that. Use "val_to_str()" rather than using "match_strval()" and then, if the result is null, substituting a specific string. Clean up some other "match_strval()"/"val_to_str()" usages. Add a null pointer check in the NDPS dissector's "attribute_value()" routine, as it's not clear that "global_attribute_name" won't be null at that point. Make some global variables in the AFS4INT dissector local. Make some routines not used outside the module they're in static. Make some tables "static const". Clean up white space. Fix Gerald's address in some files. svn path=/trunk/; revision=14786
2005-06-26packet-ansi_a.c(460) : warning C4090: 'return' : different 'const' qualifiersUlf Lamping1-4/+4
svn path=/trunk/; revision=14771
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedGerald Combs1-7/+7
by iDEFENSE. Add constant format strings to proto_item_append_text() in a bunch of other dissectors. Copy a comment from proto.c to proto.h. svn path=/trunk/; revision=14713
2005-03-17Use "format_text()" on strings fetched from packets.Guy Harris1-3/+4
svn path=/trunk/; revision=13794
2005-03-17Fix a couple of format string bugs discovered by Bryan Fulton.Gerald Combs1-0/+2
svn path=/trunk/; revision=13793
2004-09-29Move the tap infrastructure to the epan directory.Guy Harris1-1/+1
svn path=/trunk/; revision=12128
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
svn path=/trunk/; revision=12115
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+8465
Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410