aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iapp.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-8/+8
2012-06-28Update FSF address - part II.darkjames1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-03-03Use tvb_get_guint8() instead of tvb_get_ptr().morriss1-8/+2
2011-01-14Replace ip_to_str((tvb_get_ptr(...)) with tvb_ip_to_str().morriss1-2/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-2/+2
2008-08-14Use const with value_string array definitionswmeier1-6/+6
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-03-09coverity #5sahlberg1-0/+1
2005-10-22Don't roll your own code for showing the usual display of bits in aguy1-11/+6
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-3/+4
2005-06-20Fix a format string vulneratility in the AFP dissector identifiedgerald1-1/+1
2005-03-11Just use "tvb_format_text()" to handle strings - don't roll our ownguy1-88/+48
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+554