index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
capture_ui_utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
strtol() returns a long, as the name suggests; assign its return value
Guy Harris
2008-06-03
1
-2
/
+6
*
Include <stdlib.h> to declare strtol().
Guy Harris
2008-06-03
1
-0
/
+1
*
Added an option to set default link-layer header type for each interface.
Stig Bjørlykke
2008-06-02
1
-0
/
+26
*
Display the interface comment if defined.
Stig Bjørlykke
2008-04-18
1
-1
/
+1
*
Hide hidden devices in "Capture Interfaces" dialog.
Stig Bjørlykke
2008-01-31
1
-3
/
+1
*
Support for RPCAP features in GUI (from Boris Misenov, see Bug 1366)
Tomas Kukosa
2007-12-04
1
-3
/
+5
*
first steps to support MSVC 2008 Express Edition
Ulf Lamping
2007-11-30
1
-0
/
+1
*
Don't call get_interface_descriptive_name() on a NULL iface: fixes a segfault...
Jeff Morriss
2007-09-04
1
-1
/
+1
*
Fix for bug #1801 (http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1801)
Stephen Fisher
2007-08-28
1
-1
/
+1
*
Add a comment explaining why get_interface_descriptive_name() shouldn't
Guy Harris
2007-08-24
1
-0
/
+5
*
gcc 4 doesn't like my macro for getting the interface description: it says th...
Jeff Morriss
2007-08-22
1
-0
/
+13
*
Fix bug http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1757 :
Jeff Morriss
2007-08-22
1
-0
/
+2
*
Have the routines to get interface lists take a pointer to a "gchar *"
Guy Harris
2007-01-21
1
-2
/
+1
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
remove dependencies to pcap.h, so getting an idea what needs to be done by du...
Ulf Lamping
2006-02-17
1
-2
/
+1
*
Constify a bunch of arguments and variables, to squelch compiler
Guy Harris
2005-12-14
1
-2
/
+2
*
make get_if_name() parameter if_text const, it's not changed inside
Ulf Lamping
2005-12-13
1
-1
/
+1
*
rename pcap-....c/.h files to capture-pcap-....c/.h
Ulf Lamping
2005-12-06
1
-1
/
+1
*
fix some minor bugs with the current interface name:
Ulf Lamping
2005-04-19
1
-0
/
+54
*
change nmake makefiles in /trunk and /trunk/epan so that
Lars Roland
2005-02-13
1
-4
/
+0
*
Rename capture_combo_utils.{c,h} to capture_ui_utils.{c,h}, as the code
Guy Harris
2005-01-16
1
-0
/
+299