aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-flip.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-6/+2
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-12/+1
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-04-08Add proper "Decode As" mechanism for FLIP payload instead of (many) preferences.Michael Mann1-360/+73
2015-01-19Updated company name from Nokia Siemens Networks to Nokia Solutions and Netwo...Josip Medved1-1/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-1/+12
2014-08-09Clean up Internet checksum handling.Guy Harris1-5/+3
2014-06-26Fix several compilation warningsPascal Quantin1-4/+0
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-5/+3
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-5/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-2/+3
2013-11-12Remove some #include (Found by iwyu)Alexis La Goutte1-2/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2012-11-29Make all enum_val_t's const.Jeff Morriss1-1/+1
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-1/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-9/+9
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-06-22Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-63/+57
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-09-15From Juha Siltanen :Sake Blok1-63/+91
2010-08-26From Juha Siltanen via bug 5144:Stig Bjørlykke1-12/+277
2009-11-27col_clear() not req'd before col_add_fstr();Bill Meier1-11/+2
2009-11-25Fix compilation problems.Gerald Combs1-4/+4
2009-11-24From Juha Siltanen :Jaap Keuter1-0/+526