aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix cut-and-pasteo.Guy Harris2007-08-041-1/+1
* Treat runlex.sh-generated headers differently from Flex-generated .cGuy Harris2007-08-043-10/+30
* One quote mark sufficeth.Guy Harris2007-08-041-1/+1
* 1989 was quite a while ago. We use function prototypes extensively;Guy Harris2007-08-042-2/+2
* runlex.sh is in tools, not the top-level directory.Guy Harris2007-08-041-1/+1
* Sigh, crufty old shells. The Solaris test(1) manual says thatGuy Harris2007-08-042-2/+2
* Oops, forgot to check in the script for running Flex/Lex.Guy Harris2007-08-042-0/+318
* Add a script as a front-end for Flex, to work around various problems,Guy Harris2007-08-0423-22/+79
* mark some parameters as unusedUlf Lamping2007-08-031-2/+2
* - add PDInterfaceFSUDataAdjust blockUlf Lamping2007-08-033-44/+341
* Add a "-S" flag to dumpcap, which prints out interface statistics. UseGerald Combs2007-08-0210-132/+531
* Squelch a warning.Guy Harris2007-08-021-0/+1
* Gak. <> makes it too easy to make these make- scripts do what the restGuy Harris2007-08-023-42/+25
* We have to include Makefile.common if we move definitions we needGuy Harris2007-08-022-1/+3
* Move the list of source files to a Makefile.common file.Guy Harris2007-08-023-24/+39
* From Amine Dhraief:Sebastien Tandel2007-08-021-2/+2
* Add a Makefile.nmake.inc file, to hold rules etc. used by multipleGuy Harris2007-08-016-28/+35
* Add a Makefile.am.inc file, to hold rules etc. used by multipleGuy Harris2007-08-016-28/+39
* Clean up the WiMax Mac-to-Mac dissector code.Jaap Keuter2007-08-015-92/+31
* Use a common .l.c rule for running Flex on .l files, just as is done onGuy Harris2007-08-014-24/+30
* add PROFINET Multicast OUI 01:0E:CF (in addition to the unicast 00:0E:CF)Ulf Lamping2007-07-312-0/+2
* update PTCP dissection to latest specification draftUlf Lamping2007-07-313-283/+240
* add helper function dissect_pn_int32()Ulf Lamping2007-07-312-0/+20
* Add "igmp" -> "ip" mapping.Martin Mathieson2007-07-311-1/+2
* Export dfilter_macro_build_ftv_cache() for use by Wireshark.Guy Harris2007-07-311-0/+1
* If YY_SKIP_YYWRAP is defined, don't bother defining WRAP_FUNC - withGuy Harris2007-07-311-5/+6
* As per Ulf's request add ${proto.field} macros that will use the value of the...Luis Ontanon2007-07-305-7/+74
* nononono.... print one on 250 not every lineLuis Ontanon2007-07-301-1/+1
* for bug 1158 have editcap print the value of the timestamps while running so ...Luis Ontanon2007-07-301-4/+13
* Add comments to various %option items to explain what they're doing. Guy Harris2007-07-3014-61/+209
* Parse EPSV responses (229) & set up FTP-DATA conversation.Martin Mathieson2007-07-301-12/+113
* As requested by Mike Rogovin: register the ICMP dissector by name. For compl...Jeff Morriss2007-07-302-45/+49
* From Florent Drouin:Jeff Morriss2007-07-304-21/+30
* Fix for bug 1712:Jaap Keuter2007-07-301-0/+2
* RNSAP updated to V7.5.0 (2007-06)Tomas Kukosa2007-07-309-468/+3231
* add forgotten filesTomas Kukosa2007-07-302-0/+709
* H.450 regenerated from original ASN.1 sourcesTomas Kukosa2007-07-3032-6138/+7425
* A toy I wrote as PoC for a more complex similar tool I'm working on.Luis Ontanon2007-07-281-0/+280
* From Florent Drouin:Jeff Morriss2007-07-278-362/+1199
* I think the intent, at least, is to allow people to build Wireshark fromGuy Harris2007-07-272-31/+0
* Check the length in unsigned32 AVP data fields.Martin Mathieson2007-07-271-2/+44
* Add fetch_tapped_dataJeff Morriss2007-07-271-0/+1
* - use #.FN_HDR where #.FN_BODY is not necessaryTomas Kukosa2007-07-272-68/+100
* Step 1 in adding support for reentrant Flex scanners if Flex supportsGuy Harris2007-07-272-2/+30
* Change a bunch of calls to col_append_*() to col_add_*() in places where weJeff Morriss2007-07-263-110/+131
* Check COL_INFO before calling col_set_fence(..., COL_INFO) rather than COL_PR...Jeff Morriss2007-07-261-2/+2
* remove unused variableTomas Kukosa2007-07-261-1/+0
* - export some ASN.1 functions from libwiresharkTomas Kukosa2007-07-262-9/+14
* Filling in ChSrcDeb sectionJaap Keuter2007-07-261-2/+14
* Update the sections on submitting patches.Gerald Combs2007-07-251-284/+305