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 24284: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-cdp.c

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


From: stig@xxxxxxxxxxxxx
Date: Thu, 07 Feb 2008 15:05:55 GMT

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

User: stig
Date: 2008/02/07 03:05 PM

Log:
 Rewrote some "if(tree)" code inside a switch-case to avoid unused code 
 (which did not work as expected).
 
 switch(type) {
   case 1:
     ...
     break;
   if(tree) {
     case 2:
       ...
       break;
   }
 }

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +624 -565  packet-cdp.c    Modified


  • Prev by Date: [Wireshark-commits] rev 24283: /trunk/ /trunk/gtk/: capture_dlg.c mgcp_stat.c radius_stat.c tcp_graph.c /trunk/: capture.c capture_opts.c tap-h225counter.c tap-h225rassrt.c tap-mgcpstat.c tap-radiusstat.c
  • Next by Date: [Wireshark-commits] rev 24285: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-cops.c
  • Previous by thread: [Wireshark-commits] rev 24283: /trunk/ /trunk/gtk/: capture_dlg.c mgcp_stat.c radius_stat.c tcp_graph.c /trunk/: capture.c capture_opts.c tap-h225counter.c tap-h225rassrt.c tap-mgcpstat.c tap-radiusstat.c
  • Next by thread: [Wireshark-commits] rev 24285: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-cops.c
  • Index(es):
    • Date
    • Thread

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