aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp2222.inc
AgeCommit message (Expand)AuthorFilesLines
2021-09-16ptvcursor: add explicit memory scopeEvan Huus1-20/+20
2021-06-19Replace g_assert() with ws_assert()João Valverde1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-12/+12
2021-01-20Move some variables inside the block where they're used.Guy Harris1-3/+6
2020-10-04Add some comments noting changes that should probably be made.Guy Harris1-0/+6
2020-09-22ncp: fix handling of NDS List requests and replies.Guy Harris1-1/+53
2020-09-22ncp: fix setting elements of an ncp_record structure.Guy Harris1-15/+90
2020-09-21ncp: add some XXX comments.Guy Harris1-0/+28
2020-09-21nds: use DSI_ #defines in case statement.Guy Harris1-27/+28
2020-09-20ncp: put the information flags and entry flags in the right place.Guy Harris1-3/+3
2020-09-15ncp: fix display of DS_FULL_CLASS_DEFS.Guy Harris1-54/+102
2020-09-15ncp: pass the NDS class definition type to process_multivalues().Guy Harris1-2/+3
2020-09-13ncp: fix indentation.Guy Harris1-717/+717
2020-09-11ncp: fix a copy-and-pasteo.Guy Harris1-2/+4
2020-07-06ncp2222: Try to fix -Wpointer-sign warnings.Anders Broman1-28/+28
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-22/+22
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-16Updates to NCP protocol dissectorGreg Morris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-02-24Put back the NCP Group Type item for LIP Echo packets.Guy Harris1-4/+9
2019-02-23ncp2222: remove unused variable.Dario Lombardo1-2/+0
2019-02-23Fix dissection of Large Internet Packet echos.Guy Harris1-22/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-8/+8
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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