aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-12(Trivial)Bill Meier1-5/+5
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-6/+8
2013-09-15emem -> wmemPascal Quantin1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-5/+5
2013-09-07Batch of filterable expert infoMichael Mann1-6/+17
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-08-20Whitespace changes. Add modelines.Chris Maynard1-29/+39
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-11/+7
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-3/+0
2013-03-19From beroset:Anders Broman1-3/+3
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-04Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2012-05-04AFAICT sys/types.h & netinet/in.h #includes are not needed for these files.Bill Meier1-8/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1