Sponsored Content
Operating Systems Linux Debian tcpdump filter (mis)behaviour Post 302505356 by Corona688 on Wednesday 16th of March 2011 06:43:30 PM
Old 03-16-2011
Could you show an example of the filter you're using?
 

7 More Discussions You Might Find Interesting

1. Programming

How To Use tcpdump

I have two net-card. one is 172.16.24.99(ENG) ,another is 172.16.25.99(ENG-B). Both masks is 255.255.255.0. I will monitor data on the tcp port 8055 in ENG, How do I set option of tcpdump command (2 Replies)
Discussion started by: chenhao_no1
2 Replies

2. UNIX for Dummies Questions & Answers

tcpdump

does anybody know what the -d -dd and -ddd options are used for ? thanks (2 Replies)
Discussion started by: ant04
2 Replies

3. Shell Programming and Scripting

Report a missing property and property value mis match script.

Hi All, I have 2 properties files - one is a master templete and other one is a node specific properties file, I need to comapre these 2 properties files and make sure the node Specific properties file contains all the properties in the master temple properties file else report the missing... (5 Replies)
Discussion started by: jayka
5 Replies

4. Debian

Tcpdump Help !

Hi. Need Help with TcpDump Trying to sniff associatio-request with tcpdump but when i run this tcpdump -i eth0 wlan subtype assoc-req i get this error can anyone help me with this error ? Thanks alot !!:) (1 Reply)
Discussion started by: SoulZB
1 Replies

5. IP Networking

TCPdump

I've recently started learning to use TCPdump, and I find it pretty interesting. There's one thing I don't understand. When I tell it to capture packets on, say, the WiFi interface en1, it often captures packets sent or received by other hosts on the network. How can it do this? My... (3 Replies)
Discussion started by: Ultrix
3 Replies

6. Shell Programming and Scripting

sed to remove newline chars based on pattern mis-match

Greetings Experts, I am in AIX; I have a file generated through awk after processing the input files. Now I need to replace or remove the new-line characters on all lines that doesn't have a ; which is the last character on the line. I tried to use sed 's/\n/ /g' After checking through the... (6 Replies)
Discussion started by: chill3chee
6 Replies

7. War Stories

The (Mis)Information Age – The End of the World as We Know It and What Vault7 Teaches Us

I hope you will enjoy reading this essay I wrote: The (Mis)Information Age – The End of the World as We Know It and What Vault7 Teaches Us If you are a true "IT person" i.e. a software developer, code or deep system admin, I think you will resonate with the theme of my essay. I could... (8 Replies)
Discussion started by: Neo
8 Replies
Gtk2::RecentChooser(3)					User Contributed Perl Documentation				    Gtk2::RecentChooser(3)

NAME
Gtk2::RecentChooser HIERARCHY
Glib::Interface +----Gtk2::RecentChooser METHODS
$chooser->add_filter ($filter) o $filter (Gtk2::RecentFilter) recentinfo = $chooser->get_current_item string = $chooser->get_current_uri $chooser->set_current_uri ($uri) o $uri (string) May croak with a Glib::Error in $@ on failure. recentfilter = $chooser->get_filter $chooser->set_filter ($filter) o $filter (Gtk2::RecentFilter) (list) = $chooser->get_items integer = $chooser->get_limit $chooser->set_limit ($limit) o $limit (integer) (filters) = $chooser->list_filters boolean = $chooser->get_local_only $chooser->set_local_only ($local_only) o $local_only (boolean) $chooser->remove_filter ($filter) o $filter (Gtk2::RecentFilter) $chooser->select_all boolean = $chooser->get_select_multiple $chooser->set_select_multiple ($select_multiple) o $select_multiple (boolean) $chooser->select_uri ($uri) o $uri (string) May croak with a Glib::Error in $@ on failure. boolean = $chooser->get_show_icons $chooser->set_show_icons ($show_icons) o $show_icons (boolean) boolean = $chooser->get_show_not_found $chooser->set_show_not_found ($show_not_found) o $show_not_found (boolean) boolean = $chooser->get_show_private $chooser->set_show_private ($show_private) o $show_private (boolean) boolean = $chooser->get_show_tips $chooser->set_show_tips ($show_tips) o $show_tips (boolean) $chooser->set_sort_func ($sort_func, $sort_data=undef) o $sort_func (scalar) o $sort_data (scalar) recentsorttype = $chooser->get_sort_type $chooser->set_sort_type ($sort_type) o $sort_type (Gtk2::RecentSortType) $chooser->unselect_all $chooser->unselect_uri ($uri) o $uri (string) (list) = $chooser->get_uris PROPERTIES
'filter' (Gtk2::RecentFilter : readable / writable / private) The current filter for selecting which resources are displayed 'limit' (integer : readable / writable / private) The maximum number of items to be displayed 'local-only' (boolean : readable / writable / private) Whether the selected resource(s) should be limited to local file: URIs 'recent-manager' (Gtk2::RecentManager : writable / construct-only / private) The RecentManager object to use 'select-multiple' (boolean : readable / writable / private) Whether to allow multiple items to be selected 'show-icons' (boolean : readable / writable / private) Whether there should be an icon near the item 'show-not-found' (boolean : readable / writable / private) Whether the items pointing to unavailable resources should be displayed 'show-private' (boolean : readable / writable / private) Whether the private items should be displayed 'show-tips' (boolean : readable / writable / private) Whether there should be a tooltip on the item 'sort-type' (Gtk2::RecentSortType : readable / writable / private) The sorting order of the items displayed SIGNALS
item-activated (Gtk2::RecentChooser) selection-changed (Gtk2::RecentChooser) ENUMS AND FLAGS
enum Gtk2::RecentSortType o 'none' / 'GTK_RECENT_SORT_NONE' o 'mru' / 'GTK_RECENT_SORT_MRU' o 'lru' / 'GTK_RECENT_SORT_LRU' o 'custom' / 'GTK_RECENT_SORT_CUSTOM' enum GtkRecentChooserError o 'not-found' / 'GTK_RECENT_CHOOSER_ERROR_NOT_FOUND' o 'invalid-uri' / 'GTK_RECENT_CHOOSER_ERROR_INVALID_URI' SEE ALSO
Gtk2, Glib::Interface COPYRIGHT
Copyright (C) 2003-2008 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.12.1 2010-07-05 Gtk2::RecentChooser(3)
All times are GMT -4. The time now is 04:00 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy