aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-10-16From tmiller@hcjbtech.org : Spelling error on GDS DB protocol dissector: "Buf...Sake Blok1-3/+3
2007-10-16Bug 1704 is fixed in the main branch by the simpler expedient of notGuy Harris2-6/+2
2007-10-16From Paolo Abeni via bug 1751:Jeff Morriss3-16/+100
2007-10-16Change more fopen() to eth_fopen() to finish fixing bug 1827:Jeff Morriss2-168/+170
2007-10-11Tighten up heuristic used to identify Ascend capture file....Bill Meier1-4/+13
2007-10-09minor updatesUlf Lamping1-2/+2
2007-10-08From Florent DROUIN:Anders Broman6-663/+809
2007-10-03fix some comments and sort functions by functionalityUlf Lamping1-26/+36
2007-10-03update to changes in the source filesUlf Lamping1-11/+12
2007-09-29When reading NetScreen snoop output, only use WTAP_ENCAP_PER_PACKETSake Blok1-1/+23
2007-09-28Add error checking for fwrites; replacement for the 2nd of the patches provid...Bill Meier1-22/+44
2007-09-28When reading NetScreen snoop output, allow the '.' in interface namesSake Blok1-1/+1
2007-09-27From Martin Warnes:Sake Blok1-1/+5
2007-09-25Fix whitespace of newly added lines to match rest of fileBill Meier1-5/+5
2007-09-25Add error checking for fwrites; replacement for one of patches provided in bu...Bill Meier1-12/+38
2007-09-25Allow the output of NetScreen VSI interfaces to be parsed.Sake Blok1-1/+1
2007-09-24Add ascend-grammar.h explicitely to the generation rules, otherwiseJörg Mayer1-1/+1
2007-09-11From Pieter de Boer:Jaap Keuter1-0/+1
2007-09-09translate some german to englishUlf Lamping1-2/+2
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project files...Ulf Lamping1-0/+460
2007-09-01This patch solves two issue with the NetScreen wiretap routine:Sake Blok1-7/+7
2007-08-23From Scott Robinson:Stephen Fisher1-12/+218
2007-08-22Move wtap_pcap_encap_to_wtap_encap()'s definition to libpcap.h so packet-ppi....Jeff Morriss2-1/+1
2007-08-22Cast away shortening conversions that are presumed not to lose any data.Guy Harris1-4/+4
2007-08-21From Shaun Jackman <sjackman@gmail.com> / bug 1753:Richard van der Hoff2-16/+18
2007-08-17At least some LAPB Windows Sniffer captures have 4 bytes of extra stuffGuy Harris1-0/+23
2007-08-17(http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)Sake Blok5-1/+502
2007-08-09Parenthesize macro arguments.Guy Harris1-1/+1
2007-08-09Fix for bug 1659:Jaap Keuter1-1/+1
2007-08-09Fix for bug 1704:Jaap Keuter2-2/+6
2007-08-06From: Shaun JackmanLuis Ontanon1-4/+5
2007-08-04One quote mark sufficeth.Guy Harris1-1/+1
2007-08-041989 was quite a while ago. We use function prototypes extensively;Guy Harris1-1/+1
2007-08-04runlex.sh is in tools, not the top-level directory.Guy Harris1-1/+1
2007-08-04Sigh, crufty old shells. The Solaris test(1) manual says thatGuy Harris1-1/+1
2007-08-04Oops, forgot to check in the script for running Flex/Lex.Guy Harris1-0/+159
2007-08-04Add a script as a front-end for Flex, to work around various problems,Guy Harris5-5/+18
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris1-7/+1
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris1-7/+2
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris1-5/+6
2007-07-31Add "igmp" -> "ip" mapping.Martin Mathieson1-1/+2
2007-07-30Add comments to various %option items to explain what they're doing. Guy Harris3-11/+39
2007-07-27I think the intent, at least, is to allow people to build Wireshark fromGuy Harris1-15/+0
2007-07-27Step 1 in adding support for reentrant Flex scanners if Flex supportsGuy Harris1-2/+14
2007-07-24More space needed for wimax frames.Martin Mathieson1-1/+1
2007-07-14Fix another cast of the argument to a ctype.h macro.Guy Harris1-1/+1
2007-07-13Fix more ctype.h calls - casting to "int" suppresses the warning, butGuy Harris1-10/+10
2007-07-13"isdigit()" doesn't need to be cast to "int".Guy Harris1-1/+1
2007-07-13Worked out properly the silly way aal header is encoded!Martin Mathieson1-8/+6
2007-07-12From Jim Paris:Jaap Keuter1-1/+4