aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ositp.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-13/+10
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-5/+5
2016-02-01Add heuristic dissectors for the variable part of COTP CR and CC PDUs.Guy Harris1-35/+42
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-02OSTIP: fix typo found by PVS Studio (V519)Alexis La Goutte1-1/+1
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-6/+0
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-0/+7
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-6/+6
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-22/+14
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-12/+6
2015-01-05OSITP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+0
2015-01-02ositp: fix some BASE_ errors from g7935ba9f5beEvan Huus1-3/+3
2015-01-02Eliminate proto_tree_add_text from packet-ositp.cMichael Mann1-178/+178
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-6/+4
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-3/+3
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-2/+0
2014-08-17Remove unnecessary includesMichael Mann1-2/+0
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-17/+20
2014-03-05Fix some code remove by 296591399f90a9d89be958d91047aa724a77ee6dAlexis La Goutte1-0/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21isascii(x) && isprint(x) -> g_ascii_isprint(x)Jakub Zawadzki1-1/+1
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-4/+4
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+4
2013-12-13Do one or more of the following:Bill Meier1-40/+40
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-09-15A few more dissectors converted to wmemPascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-09-07Batch of filterable expert infoMichael Mann1-20/+22
2013-08-20Fix several instances of clang warnings: Value stored to 'length' is never readChris Maynard1-513/+581
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-32/+18
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-2/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+14
2013-03-19From beroset:Anders Broman1-7/+7
2013-02-19calc_checksum() should be passed the length of the block to beGuy Harris1-11/+42
2013-02-19Whitespace tweaks.Guy Harris1-5/+6
2013-02-19Bugfix OSITP - Incorrect TP4 checksum calculation (ATN extended checksum) in ...Michael Mann1-24/+31
2012-11-29Make an enum_val_t static.Jeff Morriss1-1/+1
2012-11-18More TODOs:Guy Harris1-0/+8
2012-11-17Squelch another warning.Guy Harris1-1/+1
2012-11-17Squelch a warning (not enough data flow analysis is done to know thatGuy Harris1-1/+1
2012-11-17Handle the pseudo-trailer for the ATN extended checksums by passing inGuy Harris1-81/+79