aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-8/+8
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-2/+2
2011-07-07In elem_cell_id_aux(), in the case of an unknown/invalid disc, be sure tocmaynard1-2/+2
2011-04-27#include <stdlib.h> not required;wmeier1-285/+284
2011-04-27From Yaniv Kaul:wmeier1-6/+1
2011-04-22Use _U_ for unused function parameters instead of assigning a variablesfisher1-12/+5
2011-04-17One more unused argument.stig1-2/+1
2011-04-17Mark unused arguments with _U_.stig1-22/+11
2011-04-17Removed unneeded assignments to self.stig1-2/+0
2011-02-17Fix gcc compilation errors.gerald1-7/+7
2011-02-17Fix various Visual C++ analysis warnings.gerald1-7/+7
2010-12-28Add tvb_bcd_dig_to_ep_str()etxrab1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-5/+5
2010-12-17Use printf modifier %u for guint32 values.stig1-2/+2
2010-10-11Define some fcns & vars as static;wmeier1-1/+1
2010-09-03From Michael Lum:etxrab1-111/+213
2010-05-19Followup to rev 23668: ansi_a_ios501_elem_1_strings[] andmorriss1-146/+90
2010-04-14Fix the buildmorriss1-2/+4
2010-04-14Use the sample rate from SDP info in RTP stream analysis.etxrab1-2/+13
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-19Squelch some compiler warnings.guy1-8/+8
2009-09-24Don't guard col_append_str with check_colkrj1-8/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-32/+32
2009-05-19Get info about media type(Video or not) a first step towards usage in rtp sta...etxrab1-1/+1
2009-04-22Clean up some 64-bit issues.guy1-1/+1
2009-03-19From Michael Lum:etxrab1-296/+275
2009-03-11From Michael Lum:etxrab1-42/+34
2009-03-03From Michael Lum:etxrab1-189/+335
2008-12-22From Michael Lum:etxrab1-3/+14
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-11-26From Michael Lum:etxrab1-5056/+5193
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-09-23Minor revision related to proto_reg_handoff ...wmeier1-2/+2
2008-09-02Cleanup related to prefs & proto_reg_handoffwmeier1-46/+29
2008-07-22Add NULL termination element to value_string arrayswmeier1-1/+2
2008-04-08The integral type with which an enumerated type is equivalent is,guy1-5/+5
2008-04-08From Michael Lum:etxrab1-191/+569
2007-11-30From Florent DROUIN:stig1-1/+26
2007-10-02bug 1872sahlberg1-23/+23
2007-03-26From Sebastien Tandel sahlberg1-4/+4
2007-01-12Dissect cdma2000HandoffInvokeIOSData.etxrab1-0/+54
2006-11-26Clean up a bunch of unused parameter warnings and 2 uninitialized variable wa...morriss1-11/+11
2006-11-22From Michael Lumetxrab1-462/+3527
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-09Remove MIN and MAX defines, which GLib provides.gerald1-6/+2
2005-10-13get rid of some strcpy()sahlberg1-5/+5
2005-08-20get rid of a whole chunk of sprintfssahlberg1-133/+130
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-5/+5
2005-07-27Fix >2600 warnings by doing char -> const char changes.jmayer1-40/+39
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()sahlberg1-10/+5