aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ff.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-09proto_tree_add_text -> something filterable.Michael Mann1-942/+491
2014-06-26Fix several compilation warningsPascal Quantin1-0/+2
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-647/+288
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-1/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-7/+8
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-1/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-92/+92
2013-07-17Move Do not clear / Clear & Confirmed / Unconfirmed TFS to epan/tfs.[ch]Alexis La Goutte1-3/+0
2013-07-15Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-3/+1
2013-03-19From beroset:Anders Broman1-2/+2
2012-12-03General minor cleanup:Bill Meier1-12794/+12091
2012-09-25replaced decode_boolean_bitfield, decode_numeric_bitfield, and decode_enumera...Michael Mann1-487/+475
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-2/+2
2012-09-02length check "heuristics" for FF dissector (UDP + TCP)Michael Mann1-21/+23
2012-09-01RevertAnders Broman1-26/+27
2012-09-01From Michael Mann:Anders Broman1-27/+26
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-11/+11
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-01-19Fix some duplicate display filter names.Chris Maynard1-14/+14
2011-12-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-25/+25
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-65/+65
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-16/+16
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-264/+264
2011-03-23value&0x03 does not need to be shifted to the right by two.Ronnie Sahlberg1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-5/+5
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-13From Didier Gautheron:Anders Broman1-629/+138
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-10Use correct length for "Version OD Calling".Stig Bjørlykke1-1/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-16/+16
2009-03-23Removed some "initializer does not fit or is out of range" warnings.Stig Bjørlykke1-1/+1
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-05-13Fix some of the Errors/warnings detected by checkapi.Bill Meier1-824/+1240
2008-02-29Properly attribute the FOUNDATION Fieldbus dissector to Yukiyo Akisada.Jaap Keuter1-1/+1
2008-02-18Add $Id$Bill Meier1-0/+2
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-11/+0
2008-01-12Fix Windows warning/error: integral size mismatchStephen Fisher1-6/+6
2008-01-11The Windows compiler thinks that doing return(func_that_returns_void()) in a ...Jeff Morriss1-1/+1
2008-01-11From Yukiyo Akisada:Jaap Keuter1-0/+16935