aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aodv.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+2
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-4/+8
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-65/+65
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-04-23Do indentation cleanup (e.g., 4-space tabs => spaces)Bill Meier1-93/+93
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-2/+2
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman1-110/+101
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-07Changed flags_set_truth -> tfs_set_notsetStig Bjørlykke1-8/+8
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-16/+16
2009-04-22Clean up some 64-bit issues.Guy Harris1-21/+15
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-1/+1
2007-10-15Fix col_add_str args; (I think this is correct)Bill Meier1-1/+1
2007-10-15Implement some of the minor possible speed improvment patches.Anders Broman1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-09-11Replace tvb_memcpy() calls that extract IPv4 addresses into a guint32,Guy Harris1-13/+12
2004-11-21From Shingo Horisawa:Guy Harris1-28/+50
2004-11-21From Bart Braem: add support for the "destination only" flag.Guy Harris1-0/+15
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris1-1/+0
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+979