Wireshark-commits: [Wireshark-commits] rev 50765: /trunk/ /trunk/epan/dissectors/: packet-frame.c /

Date: Sun, 21 Jul 2013 20:48:30 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50765

User: darkjames
Date: 2013/07/21 01:48 PM

Log:
 Add helper function to epan_session which can be used to get absolute timestamp of given frame.
 Remove ->prev_cap, for testing purpose also replace ->prev_dis with number of previously displayed frame number.
 
 This patch reduce size of frame_data by 8B (amd64)
 This is what (I think) was suggested by Guy in comment 13 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5821#c13)

Directory: /trunk/epan/dissectors/
  Changes    Path              Action
  +2 -2      packet-frame.c    Modified

Directory: /trunk/epan/
  Changes    Path               Action
  +1 -0      Makefile.common    Modified
  +7 -6      column-utils.c     Modified
  +2 -2      column-utils.h     Modified
  +1 -0      column_info.h      Modified
  +5 -1      epan-int.h         Modified
  +14 -0     epan.c             Modified
  +2 -0      epan.h             Modified
  +19 -20    frame_data.c       Modified
  +8 -7      frame_data.h       Modified
  +2 -1      packet.c           Modified


(7 files not shown)