aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aoe.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-16Avoid calling find_dissector(), cache result of [new_]register_dissector()Jakub Zawadzki1-5/+4
2013-09-12Convert a few dissectors from emem to wmem APIPascal Quantin1-2/+2
2013-03-13- [-Wmissing-prototypes]Anders Broman1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman1-6/+9
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-01-18Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-09-26Get rid of check_col() and use ENC_BIG_ENDIAN.Anders Broman1-28/+21
2011-02-17Fix various Visual C++ analysis warnings.Gerald Combs1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-9/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>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-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-3/+3
2006-01-05Bill Meier:Jörg Mayer1-1/+1
2005-10-17In packet-dcerpc-nt.c, make sure we call init_pol_hash() each time we loadGerald Combs1-19/+19
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-10/+4
2005-08-12gmemchunk -> se_alloc() improvementsRonnie Sahlberg1-11/+2
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-12-31Don't assign the const pointers passed to hash routines to non-constGuy Harris1-3/+3
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsGuy Harris1-3/+3
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...Ulf Lamping1-4/+4
2004-12-07aoe updateRonnie Sahlberg1-4/+184
2004-12-07svn propset svn:keywords Id svn:eol-style native .....Jörg Mayer1-1/+1
2004-12-07update one of the command namesRonnie Sahlberg1-2/+2
2004-12-07create a proper ETHERTYPE for ATAoverEthernetRonnie Sahlberg1-2/+1
2004-12-07new protocol: ATAoverETHERNET (AoE)Ronnie Sahlberg1-0/+356