aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aoe.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-09Convert some "ethertype" subdissectors to "new" style.Michael Mann1-9/+9
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-9/+7
2015-06-15TFS: Mutualize Response/Request TFSAlexis La Goutte1-6/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+1
2014-09-30Add editor modelines; Adjust whitespace as needed.Bill Meier1-14/+27
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-11/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
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