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 25920: /trunk/ /trunk/doc/: README.developer /trunk/epan/: proto.c proto.h

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


From: etxrab@xxxxxxxxxxxxx
Date: Mon, 04 Aug 2008 20:41:44 GMT

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

User: etxrab
Date: 2008/08/04 01:41 PM

Log:
 From Alexey Neyman :
 This patch implements a function for dissecting bitfields with better control
 over the resulting representation than the existing proto_tree_add_bitmask()
 routine. This function will be used by reworked IPMI/ATCA dissector (bug 2048).
 
 The function is described in README.developer. In short, the differences are as
 follows:
 
 - The new function does not require a hf_XXX field for the whole bitmask. When
 the bitmask includes several unrelated fields, such hf_XXX field does not make
 sense.
 
 - The new function allows better control over the way the sub-item descriptions
 are added to the top-level item. For example, proto_tree_add_bitmask() function
 does not add non-enumerated integers, does not use true_false_string to display
 boolean.
 
 - The new function allows to specify "fallback" text for the top-level item
 which is used if no items were added to the top-level item.

Directory: /trunk/doc/
  Changes    Path                Action
  +25 -2     README.developer    Modified

Directory: /trunk/epan/
  Changes    Path          Action
  +140 -79   proto.c       Modified
  +23 -1     proto.h       Modified


  • Prev by Date: [Wireshark-commits] rev 25919: /trunk/ /trunk/: AUTHORS
  • Next by Date: [Wireshark-commits] wireshark-win32-libs rev 182: /trunk/ /trunk/packages/: adns-1.0-win32-05.zip adns-1.0-win32-05ws.zip /trunk/: README
  • Previous by thread: [Wireshark-commits] rev 25919: /trunk/ /trunk/: AUTHORS
  • Next by thread: [Wireshark-commits] wireshark-win32-libs rev 182: /trunk/ /trunk/packages/: adns-1.0-win32-05.zip adns-1.0-win32-05ws.zip /trunk/: README
  • Index(es):
    • Date
    • Thread

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