aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndps.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-299/+299
2023-11-14Fix (or disable) more dissector item warningsMartin Mathieson1-1/+1
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-5/+5
2023-01-31More fussing with items and calls.Martin Mathieson1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-5/+5
2021-09-23Fix some spelling errors.Martin Mathieson1-1/+1
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-26Normalize some dissector includesJoão Valverde1-1/+1
2020-07-31Fix some uses of proto_tree_.._ret_[value_type]() callsJaap Keuter1-6/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-5/+5
2017-02-01ndps: convert GHashtable to wmem_map.Dario Lombardo1-28/+6
2017-01-31format_text_wmem -> format_textMichael Mann1-1/+1
2017-01-31Add format_text_wmem.Michael Mann1-1/+1
2017-01-29Register reassembly tablesMichael Mann1-10/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-6/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2016-02-07ndps: don't THROW() an exception from a dissectorMartin Kaiser1-21/+3
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-8/+8
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-4/+4
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-6/+9
2015-06-23Remove more deprecated tvb_length callsEvan Huus1-14/+14
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-3/+3
2015-06-07NDPS: fix V535 warnings reported by PVS-StudioPascal Quantin1-12/+12
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-17/+9
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-23NDPS: Missing break in switch (CID 281286)Alexis La Goutte1-0/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-10-19Remove unnecessary tvb_ensure_bytes_exist calls.Michael Mann1-24/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-18Eliminate proto_tree_add_text from some dissectors.Michael Mann1-43/+33
2014-07-02NDPS dissector is the poster child for proto_tree_add_subtree[_format].Michael Mann1-831/+558
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-18/+18
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-18/+18
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris1-2/+2
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-12-10Reject the packet if data is NULL.Chris Maynard1-0/+4
2013-11-24Create/use a fair number of extended value_strings;Bill Meier1-734/+765
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-4/+4
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-11/+12
2013-10-23#if 0 numerous "unused const variables" (mostly value-string-arrays);Bill Meier1-0/+4
2013-10-19Pass SPX "private data" into subdissectors instead of using pinfo->private_data.Michael Mann1-13/+10
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2