aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpfi.c
Commit message (Expand)AuthorAgeFilesLines
* Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris2017-01-101-2/+2
* Convert most UDP dissectors to use "auto" preferences.Michael Mann2016-10-131-11/+5
* Manually add protocol dependencies derived from find_dissector.Michael Mann2016-03-201-1/+1
* The variable is assigned values twice successively found by PVS Studio (V519)Alexis La Goutte2015-12-131-1/+1
* new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann2015-12-091-1/+1
* Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann2015-10-081-4/+2
* Replace deprecated tvb_length APIsAndersBroman2015-04-161-3/+3
* Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier2014-12-211-2/+0
* Revert "Fixup: tvb_* -> tvb_captured"Michael Mann2014-06-191-3/+3
* Fixup: tvb_* -> tvb_capturedDario Lombardo2014-06-181-3/+3
* tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann2014-06-071-1/+1
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove Fibre Channel specific fields from packet_info and just have the fc_hd...Michael Mann2013-11-251-5/+8
* Constify two character arrays;Bill Meier2013-11-161-21/+38
* Don't include <epan/strutil.h> when not needed.Jakub Zawadzki2013-11-091-1/+0
* Remove instances of unused 'data_handle' (and of one other handle).Bill Meier2013-10-221-2/+0
* [-Wmissing-prototypes]Anders Broman2013-03-151-2/+3
* it's ==> its & its ==> it's as needed.Bill Meier2013-02-261-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki2012-09-101-1/+1
* Update FSF address - part II.Jakub Zawadzki2012-06-281-1/+1
* For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier2011-10-211-1/+1
* Get rid of check_col, while at it set ENC.Anders Broman2011-09-261-16/+13
* From Michael Mann via bug 2794:Stig Bjørlykke2011-04-191-1/+1
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-4/+4
* #include <string.h> not needed.Bill Meier2010-04-061-2/+0
* (Minor) Fix code so port pref change actually deletes the previous dissector ...Bill Meier2010-02-081-31/+38
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-071-1/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-21/+21
* Fix some of the Errors/warnings detected by checkapi.Bill Meier2008-05-151-12/+25
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-011-2/+3
* Make the CPFI dissector new style: return 0 in several cases (including if we...Jeff Morriss2007-10-021-49/+50
* Fail if the addresses being checked aren't Ethernet addresses.Guy Harris2007-04-251-14/+12
* The data field of an address structure is now a void *; convert it asGuy Harris2007-04-251-2/+16
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-3/+3
* various code cleanup:Ulf Lamping2005-08-081-2/+2
* More bug fixes from Steve Grubb. See bug 217 for details.Gerald Combs2005-05-301-6/+6
* Move prefs.c and prefs.h into the epan subdirectory.Guy Harris2004-09-271-1/+1
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+527