summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-dccp.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-22packet-dccp.c: Don't use tvb_get_ptr for getting a uint number.Michael Mann1-18/+28
2017-03-19dissectors (and tools): fix typo dependant -> dependentAlexis La Goutte1-1/+1
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-1/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-2/+4
2016-07-21Add proto_tree_add_checksum.Michael Mann1-28/+8
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-07column-utils: Refactor col_append_port() to col_append_ports()João Valverde1-3/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-10-15Switch ports separator from long to short arrowPascal Quantin1-1/+1
2015-10-11Remove duplicate transport ports from proto tree summaryJoão Valverde1-21/+9
2015-10-08DCCP: Fix destination port offsetJoão Valverde1-1/+1
2015-10-05Add BASE_PT_ field display typesJoão Valverde1-33/+26
2015-06-04Eliminate proto_tree_add_text from a few dissectors.Michael Mann1-163/+154
2015-04-16Remove deprecated tvb_lengt APIsAndersBroman1-12/+12
2015-01-08ep_<protocol>_port_to_display -> <protocol>_port_to_displayMichael Mann1-6/+6
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-08-09Clean up Internet checksum handling.Guy Harris1-53/+45
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-12/+12
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-12/+12
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-2/+3
2014-04-19More name changes.Guy Harris1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-01Allow try_conversation_dissector() to pass data to subdissectors.Michael Mann1-1/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-14Convert some dissectors to wmem (leaving uat-like memory with emem for now)Pascal Quantin1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-17/+17
2013-06-09Batch of filterable expert infos.Michael Mann1-19/+32
2013-03-16[-Wmissing-prototypes]Anders Broman1-3/+6
2013-03-08Dissect the DCCP header by stepping through it a field at a time andGuy Harris1-170/+162
2013-03-02General cleanup including:Michael Mann1-246/+185
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-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-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-2/+2
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-14/+14
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-4/+2
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-03-21'tab-width/tabstop/tabSize' in editor modelines should really always be 8;Bill Meier1-29/+29
2012-03-14From Francesco Fondelli via https://bugs.wireshark.org/bugzilla/show_bug.cgi?...Jeff Morriss1-934/+1223
2012-02-04From Francesco Fondelli:Anders Broman1-58/+60
2011-11-08packet_info's in_error_pkt is now a bitfield like in_gre_pkt.Chris Maynard1-1/+1