URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f20b05f87de749e20cac1fa96f708df5f237ae2b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f20b05f by gizem.yurdagul (gizemnuryurdagul@xxxxxxxxx):
PROFINET: Refactoring
According to the prediction, some new features will be
added in the future. I'm working on the implementation
of these new features. dissect_PNIO_status is updated
as "extern" and transferred to the packet-pn.c.
Because upcoming feature will have own c file and it
will use this dissection. Thus, dependence between
classes will be decreased and duplicated code lines
will be prevented. So that future changes will be easier.
Change-Id: I067d9582dcc8b9909e5a9bc3ab5f30d3c879b226
Reviewed-on: https://code.wireshark.org/review/28677
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 99ca2f3 Qt: try to sort numeric columns (such as ports) as number
adds f20b05f PROFINET: Refactoring
Summary of changes:
plugins/epan/profinet/packet-dcerpc-pn-io.c | 1038 +------------------------
plugins/epan/profinet/packet-pn.c | 1106 ++++++++++++++++++++++++++-
plugins/epan/profinet/packet-pn.h | 6 +
3 files changed, 1080 insertions(+), 1070 deletions(-)