aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-13turns out that wtap_pkthdr was not exportable!lego1-1/+0
2007-06-13Export all that's exportable from libwiretap.dlllego1-20/+27
2007-06-13Fix coverity bug 244, [WS Bug 1649]lego1-30/+21
2007-06-11Note invalidity of realtick for wmeier1-5/+7
2007-06-08From Stephen Donnelly of Endace:guy5-38/+158
2007-06-06Actually implement wtap_register_file_type() and have it returning the ID of ...lego3-13/+40
2007-06-05Note the version numbers in NetMon 3.0 files.guy1-2/+5
2007-05-31Note realtick's invalidity for ETH_CAPTYPE_OTHERPOD in the comment forguy1-0/+4
2007-05-31My comment is redundant with Bill's more-detailed comment; remove it.guy1-3/+0
2007-05-30Update Commentswmeier1-3/+9
2007-05-30Update a comment.guy1-2/+2
2007-05-29Give more detail on a captype of 6 for an Ethernet capture.guy1-1/+1
2007-05-29It's pretty clear that hdr.captype's interpretation depends on theguy1-7/+10
2007-05-29Update the big time unit comment to reflect Bill Meier's recent changes.guy1-20/+32
2007-05-29Work with isdn_l2.martinm1-7/+13
2007-05-29(fix comment)wmeier1-2/+2
2007-05-29Another sniffer timestamp display fix; addresses bug 866 and other reports.wmeier2-18/+48
2007-05-29Print a gint64 the right way.guy1-1/+2
2007-05-29From David Howells :standel1-2/+2