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-dev: Re: [Wireshark-dev] Is there anyway to control what will be display in the "protocol column"?

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


From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Fri, 04 Apr 2008 12:42:08 -0400


yenan wrote:
> 
> 
>  > Date: Fri, 14 Mar 2008 17:42:35 -0400
>  > From: jeff.morriss.ws@xxxxxxxxx
>  > To: wireshark-dev@xxxxxxxxxxxxx
>  > Subject: Re: [Wireshark-dev] Is there anyway to control what will be 
> display in the "protocol column"?
>  >
> Thans
> I tried
> col_set_writable(pinfo->cinfo, FALSE); 
> This will keep Protocol column without overwirte, what about others? 
> such as INFO ,Source and Dest. Columns?

That should mark all the columns as not writable, at least as I
understand it.

> I tried col_set_writable(pinfo->src, FALSE)....etc, none of them worked, 
> and I searched them from internet , seems there is very little information!

You shouldn't be calling col_set_writable(pinfo->src, FALSE) because the
first argument to that function is the column_info structure (which is
common to all the columns).


  • Prev by Date: Re: [Wireshark-dev] Wireshark-dev Digest, Vol 23, Issue 11
  • Next by Date: [Wireshark-dev] Sharkfest roadmap sessions summary
  • Previous by thread: Re: [Wireshark-dev] Wireshark-dev Digest, Vol 23, Issue 11
  • Next by thread: [Wireshark-dev] Sharkfest roadmap sessions summary
  • Index(es):
    • Date
    • Thread

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