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
/
tap-rpcstat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Have tap listeners specify whether the "packet" routine requires
Guy Harris
2009-06-05
1
-1
/
+1
*
More rewrite of prohibited APIs (sprintf, strcpy, strcat).
Stig Bjørlykke
2008-02-03
1
-2
/
+1
*
Use G_GINT64_MODIFIER rather than PRI[duox]64 to print gint64's and
Guy Harris
2007-12-06
1
-1
/
+1
*
Wireshark now requires support for 64-bit types so there's no need to #ifdef
Jeff Morriss
2007-04-16
1
-7
/
+2
*
Tethereal/tethereal -> TShark/tshark.
Gerald Combs
2006-05-31
1
-11
/
+11
*
Ethereal->Wireshark
Anders Broman
2006-05-28
1
-13
/
+13
*
ethereal->wireshark updates
Ronnie Sahlberg
2006-05-22
1
-2
/
+2
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
add an userdata argument to register_stat_cmd_arg() and its callback to use ...
Luis Ontanon
2006-02-11
1
-2
/
+2
*
EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
Ulf Lamping
2005-08-24
1
-6
/
+1
*
Rename epan/stat.[ch] to epan/stat_cmd_args.[ch] - it only deals with
Guy Harris
2005-08-20
1
-1
/
+1
*
Move the stats.[ch] stuff into epan, so plugins can use it.
Guy Harris
2005-08-19
1
-1
/
+1
*
Move the APIs for registering and processing "-z" command-line arguments
Guy Harris
2005-08-19
1
-1
/
+2
*
Squelch more const warnings (and fix some memory leaks that found).
Guy Harris
2005-08-06
1
-2
/
+2
*
Constify some variables, functions, and structure members to squelch
Guy Harris
2005-07-29
1
-1
/
+1
*
Constify to remove a bunch of warnings. Add some casts to squelch
Guy Harris
2005-07-24
1
-1
/
+1
*
Rename "register_ethereal_tap()" to "register_tap_listener_cmd_arg()" as
Guy Harris
2005-04-01
1
-1
/
+1
*
change nmake makefiles in /trunk and /trunk/epan so that
Lars Roland
2005-02-13
1
-4
/
+0
*
As we've made the tap_specific_data field of a tap_packet_t structure a
Guy Harris
2005-01-01
1
-2
/
+2
*
Make the tone of the error messages a bit less formal, by using
Guy Harris
2004-12-29
1
-1
/
+1
*
Move the tap infrastructure to the epan directory.
Guy Harris
2004-09-29
1
-1
/
+1
*
Move dissectors to epan/dissectors directory.
Gilbert Ramirez
2004-07-18
1
-1
/
+1
*
Set the svn:eol-style property on all text files to "native", so that
Guy Harris
2004-07-18
1
-1
/
+1
*
From Lars Roland: add support for building a libethereal.dll with MSVC:
Guy Harris
2004-05-09
1
-1
/
+5
*
Fix comments to correctly refer to the "-z" option.
Guy Harris
2003-11-27
1
-2
/
+2
*
From Michael Lum: fix the usage message to refer to "-z", not "-Z".
Guy Harris
2003-11-27
1
-2
/
+2
*
fix to various stats tables.
Ronnie Sahlberg
2003-09-03
1
-5
/
+4
*
Make "register_tap_listener()" return NULL on success and a "GString *"
Guy Harris
2003-04-23
1
-4
/
+7
*
Allow taps to have menu item registration routines; the menu item
Guy Harris
2003-04-23
1
-2
/
+2
*
Fix for small bug that crashed tethereal if a tap filter was applied and teth...
Ronnie Sahlberg
2002-11-01
1
-2
/
+2
*
From Ronnie Sahlberg: have a registration interface for tap listeners,
Guy Harris
2002-10-31
1
-10
/
+32
*
From Ronnie Sahlberg: pass a pointer to the epan_dissect_t for a packet
Guy Harris
2002-10-23
1
-2
/
+2
*
Update tethereal to put the filter string in the statistics table for RPC_STAT.
Ronnie Sahlberg
2002-09-27
1
-2
/
+10
*
Updated RPCSTAT for tethereal. The command now takes a filter string as an ...
Ronnie Sahlberg
2002-09-26
1
-12
/
+7
*
Tap api. tap is a simple api that can be used for arbitrary extensions.
Ronnie Sahlberg
2002-09-04
1
-0
/
+338