aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ndps.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-15emem -> wmemPascal Quantin1-4/+4
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-14Rewrite reassemble API to use TVBs instead of raw data.Jakub Zawadzki1-2/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-24/+16
2013-05-27Batch of filterable expert infosMichael Mann1-4/+18
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-4/+4
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-20/+20
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-6/+5
2013-03-19From beroset:Anders Broman1-6/+6
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-20/+20
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-10/+30