aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aoe.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-9/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-07From Kovarththanan Rajaratnam:stig1-2/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-3/+3
2006-01-05Bill Meier:jmayer1-1/+1
2005-10-17In packet-dcerpc-nt.c, make sure we call init_pol_hash() each time we loadgerald1-19/+19
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-10/+4
2005-08-12gmemchunk -> se_alloc() improvementssahlberg1-11/+2
2005-08-08various code cleanup:ulfl1-4/+0
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-12-31Don't assign the const pointers passed to hash routines to non-constguy1-3/+3
2004-12-30Add a "get_addr_name()" routine that takes an "address *" and attemptsguy1-3/+3
2004-12-25a lot of warnings removed, most of them about pointer to int casts without us...ulfl1-4/+4
2004-12-07aoe updatesahlberg1-4/+184
2004-12-07svn propset svn:keywords Id svn:eol-style native .....jmayer1-1/+1
2004-12-07update one of the command namessahlberg1-2/+2
2004-12-07create a proper ETHERTYPE for ATAoverEthernetsahlberg1-2/+1
2004-12-07new protocol: ATAoverETHERNET (AoE)sahlberg1-0/+356