Wireshark-commits: [Wireshark-commits] master 4d2d423: Rename routines to clarify what they do.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4d2d42310610e736f23466472ca5dd70b7655c7f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4d2d423 by Guy Harris (guy@xxxxxxxxxxxx):
Rename routines to clarify what they do.
XXX_prime_with_YYY makes it a bit clearer than does XXX_prime_YYY that
we're not priming YYY, we're priming XXX *using* YYY.
Change-Id: I1686b8b5469bc0f0bd6db8551fb6301776a1b133
Reviewed-on: https://code.wireshark.org/review/21031
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from c079255 Add an API to let a postdissector specify fields whose values it needs.
adds 4d2d423 Rename routines to clarify what they do.
Summary of changes:
debian/libwireshark0.symbols | 4 ++--
epan/color_filters.c | 2 +-
epan/column-utils.c | 2 +-
epan/dfilter/dfilter.c | 2 +-
epan/epan.c | 6 +++---
epan/epan.h | 4 ++--
epan/proto.c | 2 +-
epan/proto.h | 2 +-
epan/tap.c | 2 +-
file.c | 6 +++---
rawshark.c | 2 +-
sharkd.c | 6 +++---
tfshark.c | 6 +++---
tshark.c | 8 ++++----
ui/gtk/iax2_analysis.c | 2 +-
ui/gtk/packet_win.c | 2 +-
ui/gtk/rtp_analysis.c | 4 ++--
ui/gtk/sctp_assoc_analyse.c | 2 +-
ui/qt/iax2_analysis_dialog.cpp | 2 +-
ui/qt/rtp_analysis_dialog.cpp | 4 ++--
ui/tap-rlc-graph.c | 2 +-
ui/tap-tcp-stream.c | 2 +-
22 files changed, 37 insertions(+), 37 deletions(-)