aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-4/+4
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-6/+6
2022-08-23Fix comments to reflect reality.Guy Harris1-1/+1
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+6
2022-06-10tap: Adding flags for tap_packetRoland Knall1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-28Note, in a comment, some weird characters that appear in wildcards.Guy Harris1-1/+31
2019-02-24Put back the NCP Group Type item for LIP Echo packets.Guy Harris1-12/+11
2019-02-23Make two watchdog types more alike.Guy Harris1-1/+8
2019-02-23Clean up dissection of watchdog packets.Guy Harris1-5/+5
2019-02-23Fix dissection of Large Internet Packet echos.Guy Harris1-24/+41
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-7/+7
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-25/+25
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-29Add conversation endpoint typeMichael Mann1-3/+3
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-10-27ncp: fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-03-31Remove trailing whitespace.Guy Harris1-1/+1
2016-03-31Update URLGuy Harris1-1/+5
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-8/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-6/+6
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-12Move definitions of value_string tables into packet-ncp.c.Guy Harris1-0/+185
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-8/+3
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-4/+4
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-2/+2
2015-06-22NCP: fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2015-06-21Further refactor SRT stats.Michael Mann1-0/+250
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-04Rename some filter names to fix cases of duplicate filter names.Bill Meier1-1/+1
2014-08-18Eliminate proto_tree_add_text from some dissectors.Michael Mann1-9/+3
2014-08-18Refactor "common" hostlist/endpoint table functionality.Michael Mann1-1/+23
2014-07-30Apply refactored "conversation" (tap) data to TShark.Michael Mann1-1/+1
2014-07-26Refactor "common" Conversation table functionality.Michael Mann1-1/+29
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3