Wireshark-commits: [Wireshark-commits] master b09286c: Move the definition of TEXT_LAYER_LENGTH to 
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b09286cf5b89b65b8db23e2e6a0ecf0cd9c28153
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
b09286c by Guy Harris (guy@xxxxxxxxxxxx):
    Move the definition of TEXT_LAYER_LENGTH to packet-tpkt.c.
    
    It's not used by anything outside the TPKT dissector - and probably
    *shouldn't* be used by anything outside the TPKT dissector.
    
    Clean up some white space while we're at it.
    
    Change-Id: I9bb9642a002fb9e8bd6c36d80d7653ef9af615d4
    Reviewed-on: https://code.wireshark.org/review/13204
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    
Actions performed:
    from  6f47bcd   Fix indentation.
    adds  b09286c   Move the definition of TEXT_LAYER_LENGTH to packet-tpkt.c.
Summary of changes:
 epan/dissectors/packet-tpkt.c |    6 ++++++
 epan/dissectors/packet-tpkt.h |    5 -----
 2 files changed, 6 insertions(+), 5 deletions(-)