aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbtcp.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-25Modbus: Add dissection of each bit for holding coils and discrete inputsGraham Bloice1-23/+65
2017-05-03[mbtcp] Separate conversation and per-packet data, build ppd on firstAndersBroman1-75/+76
2017-02-18Modbus - Add ability to filter by holding/input register number OR valueChris Bontje1-24/+87
2017-02-07GTK: Wrap static preference labels.Gerald Combs1-1/+1
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-11/+4
2016-10-26packet-mbtcp: Allow decode as Modbus RTU over USBDave Pifke1-0/+3
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-57/+54
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-08-22Add "Modbus/TCP over UDP"Michael Mann1-8/+43
2016-07-31Properly mask Modbus function codeMichael Mann1-1/+1
2016-07-27Follow up for proto_tree_add_checksum.Michael Mann1-2/+8
2016-07-21Add proto_tree_add_checksum.Michael Mann1-6/+7
2016-04-28Add support for ModbusRTU over UDP.Michael Mann1-46/+56
2016-04-27Add expert info when Modbus/TCP packet can't be classified.Michael Mann1-0/+14
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
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-2/+2
2016-01-12Fix indentation.Guy Harris1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-11-06Major Re-factoring of the dissector and some new features.cbontje1-688/+765
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-07-07Added support for optional display of signed 16/32-bit integer Modbus registe...cbontje1-0/+32
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-4/+4
2015-06-23Replace more deprecated tvb_length callsEvan Huus1-6/+6
2015-05-20Fixed Modbus RTU Serial message direction detection.cbontje1-0/+3
2015-05-07Fix detection of 'Write Multiple Registers' and 'Write Multiple Coils' functi...cbontje1-15/+43
2015-04-08Remove RTAC Serial preference that doubled for Decode As.Michael Mann1-2/+1
2015-02-05The 'mbrtu' dissector should be registered with RTAC Serial, not the 'modbus'...cbontje1-1/+1
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-2/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-26Modbus: Add value 90 (0x5A) used by Unity (Schneider)Alexis La Goutte1-0/+1
2014-09-26Modbus: fix indent and add modelines infoAlexis La Goutte1-54/+72
2014-09-07Create subdissector table for RTAC Serial and have dissectors register with i...Michael Mann1-0/+2
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-9/+29
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-19/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-17Bugfix OpenSafety "heuristics" to only consider a packet "handled" if a subdi...Michael Mann1-4/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-4/+5
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-11/+11
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-8/+10
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-09-15emem -> wmemPascal Quantin1-2/+3
2013-09-09Change some internal dissector table UI names so it's clear which protocol th...Chris Maynard1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-18/+7