aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cops.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-07-12COPS: fixed error codesBruno Verstuyft1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-01-31Add format_text_wmem.Michael Mann1-7/+0
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-12-08Fix a mis-merging.Guy Harris1-16/+22
2016-12-07Revert "Temporarily break up complicated expression into a bunch of separate ...Peter Wu1-63/+0
2016-12-07Throw in another tweak to check for uninitialized cops_call_t structures.Guy Harris1-0/+16
2016-12-07cops: try to avoid uninitialized warning errorPeter Wu1-1/+1
2016-12-03Temporarily break up complicated expression into a bunch of separate ifs.Guy Harris1-0/+63
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-24/+10
2016-06-05Fix expert_info errors found by new and improved checkhfs.pl.Michael Mann1-1/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+3
2015-06-04Eliminate proto_tree_add_text from a few dissectors.Michael Mann1-30/+43
2015-04-16Replace deprecated tvb_length APIsAndersBroman1-6/+6
2015-03-18Eliminate decode_bitfield_value from dissectors.Michael Mann1-57/+102
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-19Convert OID APIs to use wmem.Michael Mann1-3/+3
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-12/+12
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-1/+1
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-151/+86
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-05-28Minor: use VALS macro (as per convention); Add editor modelines; Do whitespac...Bill Meier1-5/+18
2014-04-29Convert a few dissectors with simple request/response tracking from red/black...Pascal Quantin1-5/+5
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-20/+17
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+0
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+2
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-23Tiny indentation fix.Evan Huus1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-13Convert a few more dissectors to wmemPascal Quantin1-2/+2
2013-09-13Fix a bug (caught by Pascal) where a tree was being explicitly cast to emem_treeEvan Huus1-2/+2
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-2/+2
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2013-08-24From Simon Zhong: Convert several proto_tree_add_text into filterable expert ...Michael Mann1-81/+104
2013-07-30Add request/response tracking to COPS dissector. Bug 8947 (https://bugs.wire...Michael Mann1-6/+200
2013-05-25Batch of filterable expert_infos.Michael Mann1-5/+12
2013-03-15[-Wmissing-prototypes]Anders Broman1-7/+9
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-2/+6
2012-12-26Fix a bunch of warnings.Guy Harris1-4/+4
2012-09-23Fix some unused variable warnings from GCC.Evan Huus1-2/+0