aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpfi.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2015-12-13The variable is assigned values twice successively found by PVS Studio (V519)Alexis La Goutte1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-4/+2
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-3/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-25Remove Fibre Channel specific fields from packet_info and just have the fc_hd...Michael Mann1-5/+8
2013-11-16Constify two character arrays;Bill Meier1-21/+38
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-2/+0
2013-03-15[-Wmissing-prototypes]Anders Broman1-2/+3
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-1/+1
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-06-28Update FSF address - part II.Jakub Zawadzki1-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, while at it set ENC.Anders Broman1-16/+13
2011-04-19From Michael Mann via bug 2794:Stig Bjørlykke1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-04-06#include <string.h> not needed.Bill Meier1-2/+0
2010-02-08(Minor) Fix code so port pref change actually deletes the previous dissector ...Bill Meier1-31/+38
2009-07-07From Kovarththanan Rajaratnam:Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-21/+21
2008-05-15Fix some of the Errors/warnings detected by checkapi.Bill Meier1-12/+25
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-2/+3
2007-10-02Make the CPFI dissector new style: return 0 in several cases (including if we...Jeff Morriss1-49/+50
2007-04-25Fail if the addresses being checked aren't Ethernet addresses.Guy Harris1-14/+12
2007-04-25The data field of an address structure is now a void *; convert it asGuy Harris1-2/+16
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-08-08various code cleanup:Ulf Lamping1-2/+2
2005-05-30More bug fixes from Steve Grubb. See bug 217 for details.Gerald Combs1-6/+6
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+527