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
/
epan
/
circuit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove circuit API
Michael Mann
2017-11-13
1
-283
/
+0
*
Have circuit functionality more closely mirror conversation functionality
Michael Mann
2017-11-08
1
-67
/
+30
*
circuit: rename shadow variable
Dario Lombardo
2016-06-26
1
-1
/
+1
*
Remove some apparently-unnecessary includes of emem.h.
Guy Harris
2015-01-18
1
-1
/
+0
*
Remove seasonal memory from everything except address resolutions
Michael Mann
2015-01-16
1
-3
/
+3
*
Add editor modelines; Adjust whitespace as needed.
Bill Meier
2014-10-10
1
-3
/
+16
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
Allow "circuit dissectors" to pass data between dissectors. Not sure if this...
Michael Mann
2013-10-27
1
-3
/
+3
*
From beroset:
Bill Meier
2013-03-20
1
-5
/
+5
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-3
/
+1
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Add minor sanity check
Bill Meier
2010-03-25
1
-0
/
+1
*
Update comment re freeing circuit-associated memory;
Bill Meier
2009-10-12
1
-13
/
+10
*
Split a bunch of init routines into init() and cleanup(). This allows us to f...
Kovarththanan Rajaratnam
2009-09-06
1
-4
/
+12
*
name change
Ronnie Sahlberg
2006-05-21
1
-2
/
+2
*
more gmemchunk -> se_alloc() conversions
Ronnie Sahlberg
2005-08-13
1
-31
/
+4
*
Fix a comment.
Guy Harris
2005-02-03
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
*
Fix a typo.
Guy Harris
2004-01-09
1
-2
/
+2
*
We have to keep the first frame - circuits aren't necessarily created as
Guy Harris
2002-11-28
1
-10
/
+9
*
Don't keep the first frame around for circuits; we assume that a given
Guy Harris
2002-11-28
1
-9
/
+10
*
Cast various "const gpointer" arguments to const pointers rather than
Guy Harris
2002-11-27
1
-6
/
+9
*
Allow more than one circuit with the same circuit ID; a circuit has a
Guy Harris
2002-11-08
1
-14
/
+74
*
Discard the WTAP_ENCAP_LAPD encapsulation type in favor of a
Guy Harris
2002-10-31
1
-3
/
+8
*
Move the stuff to save, recompute, and restore "can_desegment" out of
Guy Harris
2002-10-29
1
-15
/
+2
*
Add in a notion of "circuits", which are for virtual circuit-oriented
Guy Harris
2002-10-22
1
-0
/
+278