aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-09Check %l[doux] first, when looking for the format to use with 64-bitGuy Harris1-9/+12
2007-07-06Now it really can read MP3 files, without SIGABRT.Jaap Keuter1-1/+1
2007-06-29- Map gre -> IPMartin Mathieson1-0/+1
2007-06-21Don't create & leak a hash table during unsuccessful open()Martin Mathieson1-16/+15
2007-06-13Add support for PPI (the Per-Packet Information header), described atGerald Combs3-17/+23
2007-06-13turns out that wtap_pkthdr was not exportable!Luis Ontanon1-1/+0
2007-06-13Export all that's exportable from libwiretap.dllLuis Ontanon1-20/+27
2007-06-13Fix coverity bug 244, [WS Bug 1649]Luis Ontanon1-30/+21
2007-06-11Note invalidity of realtick for Bill Meier1-5/+7
2007-06-08From Stephen Donnelly of Endace:Guy Harris5-38/+158
2007-06-06Actually implement wtap_register_file_type() and have it returning the ID of ...Luis Ontanon3-13/+40
2007-06-05Note the version numbers in NetMon 3.0 files.Guy Harris1-2/+5
2007-05-31Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment forGuy Harris1-0/+4
2007-05-31My comment is redundant with Bill's more-detailed comment; remove it.Guy Harris1-3/+0
2007-05-30Update CommentsBill Meier1-3/+9
2007-05-30Update a comment.Guy Harris1-2/+2
2007-05-29Give more detail on a captype of 6 for an Ethernet capture.Guy Harris1-1/+1
2007-05-29It's pretty clear that hdr.captype's interpretation depends on theGuy Harris1-7/+10
2007-05-29Update the big time unit comment to reflect Bill Meier's recent changes.Guy Harris1-20/+32
2007-05-29Work with isdn_l2.Martin Mathieson1-7/+13
2007-05-29(fix comment)Bill Meier1-2/+2