aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aarp.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-22Fix AARP AppleTalk address parsingDoug Brown1-2/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-10-05Add editor modelines; Adjust whitespace as needed.Bill Meier1-76/+89
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-04-24Now that the test suite is done and most of the common functions areEvan Huus1-2/+2
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/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Get rid of a couple of warnings.Anders Broman1-1/+1
2011-10-27Fix proto_tree_add_item( encoding args;Bill Meier1-2/+2
2011-04-27From Yaniv Kaul: some 'set but not used' compilation fixes.Bill Meier1-1/+4
2011-02-16Rename the _to_str() functions in this dissector to tvb_*_to_str() and makeJeff Morriss1-30/+20
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-03remove check_colAnders Broman1-18/+16
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-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-15/+15
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-02-16Use the new "proto_tree_add_*_format_value" routines.Guy Harris1-12/+16
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-20remove sprintfRonnie Sahlberg1-1/+1
2005-08-17replace a whole bunch of silly rotating stating buffers with ep_alloc() callsRonnie Sahlberg1-10/+3
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+362