aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2007-10-09minor updatesulfl1-2/+2
2007-10-08From Florent DROUIN:etxrab6-663/+809
2007-10-03fix some comments and sort functions by functionalityulfl1-26/+36
2007-10-03update to changes in the source filesulfl1-11/+12
2007-09-29When reading NetScreen snoop output, only use WTAP_ENCAP_PER_PACKETsake1-1/+23
2007-09-28Add error checking for fwrites; replacement for the 2nd of the patches provid...wmeier1-22/+44
2007-09-28When reading NetScreen snoop output, allow the '.' in interface namessake1-1/+1
2007-09-27From Martin Warnes:sake1-1/+5
2007-09-25Fix whitespace of newly added lines to match rest of filewmeier1-5/+5
2007-09-25Add error checking for fwrites; replacement for one of patches provided in bu...wmeier1-12/+38
2007-09-25Allow the output of NetScreen VSI interfaces to be parsed.sake1-1/+1
2007-09-24Add ascend-grammar.h explicitely to the generation rules, otherwisejmayer1-1/+1
2007-09-11From Pieter de Boer:jake1-0/+1
2007-09-09translate some german to englishulfl1-2/+2
2007-09-09start an experiment to provide MS Visual Studio 2005 solution / project files...ulfl1-0/+460
2007-09-01This patch solves two issue with the NetScreen wiretap routine:sake1-7/+7
2007-08-23From Scott Robinson:sfisher1-12/+218
2007-08-22Move wtap_pcap_encap_to_wtap_encap()'s definition to libpcap.h so packet-ppi....morriss2-1/+1
2007-08-22Cast away shortening conversions that are presumed not to lose any data.guy1-4/+4
2007-08-21From Shaun Jackman <sjackman@gmail.com> / bug 1753:richardv2-16/+18
2007-08-17At least some LAPB Windows Sniffer captures have 4 bytes of extra stuffguy1-0/+23
2007-08-17(http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1717)sake5-1/+502
2007-08-09Parenthesize macro arguments.guy1-1/+1
2007-08-09Fix for bug 1659:jake1-1/+1
2007-08-09Fix for bug 1704:jake2-2/+6
2007-08-06From: Shaun Jackmanlego1-4/+5
2007-08-04One quote mark sufficeth.guy1-1/+1
2007-08-041989 was quite a while ago. We use function prototypes extensively;guy1-1/+1
2007-08-04runlex.sh is in tools, not the top-level directory.guy1-1/+1
2007-08-04Sigh, crufty old shells. The Solaris test(1) manual says thatguy1-1/+1
2007-08-04Oops, forgot to check in the script for running Flex/Lex.guy1-0/+159
2007-08-04Add a script as a front-end for Flex, to work around various problems,guy5-5/+18
2007-08-01Add a Makefile.nmake.inc file, to hold rules etc. used by multipleguy1-7/+1
2007-08-01Add a Makefile.am.inc file, to hold rules etc. used by multipleguy1-7/+2
2007-08-01Use a common .l.c rule for running Flex on .l files, just as is done onguy1-5/+6
2007-07-31Add "igmp" -> "ip" mapping.martinm1-1/+2
2007-07-30Add comments to various %option items to explain what they're doing. guy3-11/+39
2007-07-27I think the intent, at least, is to allow people to build Wireshark fromguy1-15/+0
2007-07-27Step 1 in adding support for reentrant Flex scanners if Flex supportsguy1-2/+14
2007-07-24More space needed for wimax frames.martinm1-1/+1
2007-07-14Fix another cast of the argument to a ctype.h macro.guy1-1/+1
2007-07-13Fix more ctype.h calls - casting to "int" suppresses the warning, butguy1-10/+10
2007-07-13"isdigit()" doesn't need to be cast to "int".guy1-1/+1
2007-07-13Worked out properly the silly way aal header is encoded!martinm1-8/+6
2007-07-12From Jim Paris:jake1-1/+4
2007-07-09Check %l[doux] first, when looking for the format to use with 64-bitguy1-9/+12
2007-07-06Now it really can read MP3 files, without SIGABRT.jake1-1/+1
2007-06-29- Map gre -> IPmartinm1-0/+1
2007-06-21Don't create & leak a hash table during unsuccessful open()martinm1-16/+15
2007-06-13Add support for PPI (the Per-Packet Information header), described atgerald3-17/+23