aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aodv.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-1/+1
2015-02-14Don't check for C89 headers.Guy Harris1-2/+0
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-64/+49
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-32/+24
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-11-29Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-139/+107
2014-10-03Add editor modelines; Adjust whitespace as needed.Bill Meier1-410/+423
2014-08-03Eliminate proto_tree_add_text from some dissectors.Michael Mann1-26/+31
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-23/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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