aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mbtcp.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-01From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9001 :Jeff Morriss1-15/+43
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-86/+80
2013-05-27Batch of filterable expert infosMichael Mann1-2/+19
2013-05-12Add the posibillity to use a key for per-packet-data.Anders Broman1-11/+11
2013-03-19From beroset:Anders Broman1-3/+3
2013-02-26it's ==> its & its ==> it's as needed.Bill Meier1-2/+2
2013-01-14Avoid any possibility of an infinte loop. Fixes Coverity CID 739883: Infinit...Chris Maynard1-16/+18
2012-10-31Add CRC verification to Modbus RTU dissector. CRC algorithm is the same as t...Michael Mann1-4/+18
2012-10-26Fix copy/paste errorPascal Quantin1-2/+2
2012-10-26Fix [-Werror=sign-compare] [-Wunused-but-set-variable]Anders Broman1-6/+6
2012-10-26Improve Modbus/TCP dissector, Part 1Michael Mann1-228/+783
2012-10-11Change 'for (i=1; i<=n;...' to 'for (i=0; i<n; ...)'Bill Meier1-11/+11
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1