aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aodv.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-65/+65
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-93/+93
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-2/+2
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.etxrab1-110/+101
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
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-07-07Changed flags_set_truth -> tfs_set_notsetstig1-8/+8
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-16/+16
2009-04-22Clean up some 64-bit issues.guy1-21/+15
2009-03-16Removed some non-ASCII characters.stig1-1/+1
2007-10-15Fix col_add_str args; (I think this is correct)wmeier1-1/+1
2007-10-15Implement some of the minor possible speed improvment patches.etxrab1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,guy1-13/+12
2004-11-21From Shingo Horisawa:guy1-28/+50
2004-11-21From Bart Braem: add support for the "destination only" flag.guy1-0/+15
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-1/+0
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+979