Wireshark

  • Riverbed Technology
  • WinPcap
the world's foremost network protocol analyzer
  • Wireshark
    • About
    • Download
    • Blog
  • Get Help
    • Ask a Question
    • FAQs
    • Documentation
    • Mailing Lists
    • Online Tools
    • Wiki
    • Bug Tracker
  • Develop
    • Get Involved
    • Developer's Guide
    • Browse the Code
    • Latest Builds

Wireshark-commits: [Wireshark-commits] rev 24511: /trunk/ /trunk/epan/: column-utils.c column-utils.h column.c column_info.h frame_data.h proto.c /trunk/gtk/: main.c /trunk/: file.c rawshark.c tshark.c

Date Index Thread Index Other Months All Mailing Lists
Date Prev Date Next Thread Prev Thread Next


From: sfisher@xxxxxxxxxxxxx
Date: Sat, 01 Mar 2008 05:17:12 GMT

http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24511

User: sfisher
Date: 2008/03/01 05:17 AM

Log:
 Custom column updates:
 
  - Change apply / prepare / ... as filter to use the field's value, which
    is now stored in fdata as well as cinfo.  Now we don't have to reprocess
    the entire packet list when using these features.  This also prevents
    the use of these features from overwriting custom column information.
    (custom columns can now be used in apply / prepare ... as filter)
  - Break col_expr and col_expr_val out into a struct that is included not only
    in cinfo, but now also fdata.
  - Have col_custom_set_fstr() quote FT_STRING & FT_STRINGZ when storing the
    col_expr_val value (for filter creation).

Directory: /trunk/epan/
  Changes    Path              Action
  +97 -85    column-utils.c    Modified
  +1 -1      column-utils.h    Modified
  +4 -3      column.c          Modified
  +6 -2      column_info.h     Modified
  +1 -0      frame_data.h      Modified
  +19 -19    proto.c           Modified

Directory: /trunk/gtk/
  Changes    Path          Action
  +6 -30     main.c        Modified

Directory: /trunk/
  Changes    Path          Action
  +17 -0     file.c        Modified
  +2 -2      rawshark.c    Modified
  +2 -2      tshark.c      Modified


  • Prev by Date: [Wireshark-commits] rev 24510: /trunk/gtk/ /trunk/gtk/: capture_prefs.c
  • Next by Date: [Wireshark-commits] rev 24512: /trunk/gtk/ /trunk/gtk/: menu.c
  • Previous by thread: [Wireshark-commits] rev 24510: /trunk/gtk/ /trunk/gtk/: capture_prefs.c
  • Next by thread: [Wireshark-commits] rev 24512: /trunk/gtk/ /trunk/gtk/: menu.c
  • Index(es):
    • Date
    • Thread

Wireshark and the "fin" logo are registered trademarks of the Wireshark Foundation