aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rmi.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-6/+6
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-1/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-4/+4
2011-05-20Use TVB accessor functions instead of tvb_get_ptr()morriss1-6/+7
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.wmeier1-1/+1
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()krj1-2/+2
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-1/+1
2008-06-24Highlight the whole hostname, even if we've truncated it in the display.gerald1-1/+1
2008-06-24Noam Rathus discovered that the RMI dissector was using g_strlcpygerald1-9/+7
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-3/+2
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+384