aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/i4b_trace.h
AgeCommit message (Collapse)AuthorFilesLines
2018-03-09spdx: more licenses converted.Dario Lombardo1-20/+1
Change-Id: I8f6693108c43959e54911d35b4fbf730c59add60 Reviewed-on: https://code.wireshark.org/review/26361 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2015-05-01Fix checkAPI: Warning: i4b_trace.h has an SVN Id tag. Please remove it!Joerg Mayer1-9/+0
Change-Id: Ia82801866edb2783f896e624da4553717370c36b Reviewed-on: https://code.wireshark.org/review/8267 Reviewed-by: Jörg Mayer <jmayer@loplof.de>
2014-10-07Whitespace cleanups.Guy Harris1-4/+4
Change-Id: I92f983b2e04defab30eb31c14c484b9f0f582413 Reviewed-on: https://code.wireshark.org/review/4513 Reviewed-by: Guy Harris <guy@alum.mit.edu>
2011-06-04Fix wiretap headers to allow error-free ABI dumping.Balint Reczey1-0/+2
svn path=/trunk/; revision=37543
2005-08-03Don't assume ints are 32 bits. Fixes a recent Buildbot error.Gerald Combs1-11/+12
svn path=/trunk/; revision=15200
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-2/+2
winapi_cleanup tool written by Patrik Stridvall for the wine project. svn path=/trunk/; revision=6115
2001-07-13From Joerg Mayer:Guy Harris1-2/+2
* gcc 3.0 warning fixes: - text2pcap.c: The number of characters to scan should probably not be 0 - wiretap/csids.c: using preincrement on a variable used on both sides of an assignment might be undefined by the C99(?) standard * turn on additional warnings for epan and wiretap too - epan/configure.in - wiretap/configure.in * Fix some warnings (missing includes, signed/unsigned, missing initializers) found by turning on the warnings - all other files :-) svn path=/trunk/; revision=3709
1999-12-12Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap moduleGilbert Ramirez1-0/+91
and V.120 decoder. svn path=/trunk/; revision=1304