aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp2222.inc
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Add conversation endpoint typeMichael Mann1-12/+12
2017-02-02ncp: convert GHashTable to wmem_map_t.Dario Lombardo1-36/+7
2017-01-29Register reassembly tablesMichael Mann1-4/+0
2017-01-10Use tvb_new_subset_remaining() rather than tvb_new_subset_length_caplen().Guy Harris1-3/+3
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-3/+3
2016-09-25Report failure to compile a filter as an error.Guy Harris1-1/+1
2016-04-01Remove trailing whitespace.Guy Harris1-3/+3
2016-04-01Clean up the wildcard string processing a bit.Guy Harris1-78/+114
2016-02-11NCP2222: fix ‘nds_scope_vals’ defined but not used [-Werror=unused-const-...Alexis La Goutte1-0/+2
2016-01-24More pinfo->fd->abs_ts to pinfo->abs_ts.Guy Harris1-4/+4
2016-01-24More pinfo->fd->num to pinfo->num.Guy Harris1-28/+28
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-1/+1
2015-12-11Fix Recurring check found by PVS Studio (V571)Alexis La Goutte1-1/+1
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-10-20NCP2222: use wmem string buffer to build search pattern stringPascal Quantin1-22/+17
2015-09-28NCP2222: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2015-09-25ncp2222: Use BASE_CUSTOM for date and time fields.Michael Mann1-174/+25
2015-09-25Convert dissect_nds_request and dissect_nds_reply to use proto_tree_add_xxx d...Michael Mann1-3225/+1374
2015-09-25Refactor NCP Python data so that INFO column can be generated on the fly (TAK...Michael Mann1-289/+174
2015-09-22Revert "Refactor NCP Python data so that INFO column can be generated on the ...Michael Mann1-183/+424
2015-09-19Refactor NCP Python data so that INFO column can be generated on the fly.Michael Mann1-424/+183
2015-09-19Some more ncp2222 improvementsMichael Mann1-378/+309
2015-09-17ncp2222 - Convert process_bitfield -> proto_tree_add_bitmask and other cleanup.Michael Mann1-1024/+378
2015-09-15Apply fix-encoding-args.pl "manually" and other cleanup.Michael Mann1-276/+225
2015-09-15ncp2222 Updatesgmor1207@gmail.com1-53/+266
2015-09-12Eliminate proto_tree_add_text from packet-ncp2222.incMichael Mann1-82/+55
2015-08-08NCP2222(.inc): fix indent (use 4 spaces)Alexis La Goutte1-20/+19
2015-06-24Remove the last deprecated tvb_length callsEvan Huus1-34/+34
2015-06-07NCP: fix V519 warnings reported by PVS-StudioPascal Quantin1-25/+0
2015-01-20NCP2222: fix possible buffer-overflowEvan Huus1-1/+5
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-3/+5
2015-01-09Some typos fixed.Dario Lombardo1-1/+1
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-3/+3
2014-10-25ncp2222: initialize buffer in build_expert_dataEvan Huus1-0/+1
2014-10-13NCP: cast to guint instead of gulongPascal Quantin1-1/+1
2014-10-13NCP: add a missing cast following g6ca40c5Pascal Quantin1-1/+1
2014-10-13ncp2222: don't overflow buffer constructing stringEvan Huus1-2/+1
2014-10-10NCP: switch to wmem memory and ensure that all fields are initializedPascal Quantin1-7/+7
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-0/+14
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-34/+34
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-34/+34
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-20/+40
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-21Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-43/+43
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-20/+20
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-3/+3
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-6/+6
2013-09-29Convert proto_tree_add_time_format to either proto_tree_add_time or proto_tre...Michael Mann1-4/+2