aboutsummaryrefslogtreecommitdiffstats
path: root/epan/circuit.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-13Remove circuit APIMichael Mann1-112/+0
2017-11-08Have circuit functionality more closely mirror conversation functionalityMichael Mann1-7/+5
2016-06-27circuit(.h): fix indent (and add modelines)Alexis La Goutte1-16/+24
2016-06-26circuit: rename shadow variableDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-27Allow "circuit dissectors" to pass data between dissectors. Not sure if this...Michael Mann1-1/+1
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-5/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2010-08-28Doxygen changes.Anders Broman1-10/+36
2009-09-06Split a bunch of init routines into init() and cleanup(). This allows us to f...Kovarththanan Rajaratnam1-0/+1
2007-01-18PutGuy Harris1-1/+8
2006-05-21name changeRonnie Sahlberg1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2002-11-28We have to keep the first frame - circuits aren't necessarily created asGuy Harris1-1/+2
2002-11-28Don't keep the first frame around for circuits; we assume that a givenGuy Harris1-2/+1
2002-11-08Allow more than one circuit with the same circuit ID; a circuit has aGuy Harris1-7/+13
2002-10-31Discard the WTAP_ENCAP_LAPD encapsulation type in favor of aGuy Harris1-1/+2
2002-10-22Add in a notion of "circuits", which are for virtual circuit-orientedGuy Harris1-0/+66