aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andGuy Harris3-4/+14
2004-09-15Improve the heuristic for Frame Relay, and move that heuristic after theGuy Harris1-16/+37
2004-09-12to prevent problems reported by David Richards, don't depend on the cvarsdll ...Ulf Lamping1-1/+3
2004-09-04From Mark C. Brown:Guy Harris2-59/+90
2004-07-27Rename HEADER_FILES to NONGENERATED_HEADER_FILES, so that it's clearGuy Harris2-2/+4
2004-07-26Add a missing backslash.Guy Harris1-1/+1
2004-07-26Add a Makefile.common for Wiretap, and have Makefile.am andGuy Harris3-106/+125
2004-07-23From Graham Bloice: add resources to wiretap.dll.Guy Harris1-1/+2
2004-07-18 .cvsignore is deadJörg Mayer1-28/+0
2004-07-18Add epan/dissectors/.cvsignoreJörg Mayer1-0/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris73-104/+104
2004-07-16This shouldn't be checked in, as it's generated from Makefile.am.Guy Harris1-445/+0
2004-07-08If we don't know the board type in a Lanayzer capture, returnGuy Harris1-2/+2
2004-06-30On at least some platforms, a #define of O_BINARY is needed even ifGuy Harris1-1/+6
2004-06-29define of O_BINARY not needed, if fcntl.h is includedUlf Lamping1-6/+1
2004-06-16To return an EOF indication, return FALSE from the read routine *AND*Guy Harris1-1/+2
2004-06-07Add an encapsulation type for BACnet MS/TP, and map the newly-assignedGuy Harris3-4/+10
2004-06-01It really helps when you change the default from gtk1 -> gtk2 in the topJörg Mayer1-2/+2
2004-04-28From Joe Marcus Clarke: force the standard output to be in binary modeGuy Harris1-3/+6
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBOlivier Biot1-1/+9
2004-04-02From Mark C. Brown: add support for FDDI and Token Ring cards.Guy Harris2-13/+63
2004-04-02From Rolf Fiedler: fix a comment, and fix the code to get the packetGuy Harris1-3/+3
2004-03-30From Albert Chin: "config.h" should come before all other #includes.Guy Harris1-4/+5
2004-03-27Some aclocal warning fixes during autogen.shJörg Mayer1-4/+4
2004-03-27From Mark C. Brown: add support for iether (dual-port gigabit) cards inGuy Harris2-2/+4
2004-03-24Fix the CLEANFILES target so both static and shared libraries are cleaned.Olivier Biot1-1/+2
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris3-6/+13
2004-03-23Clean up the code to check the file type.Guy Harris1-44/+12
2004-03-19In the read routine, set the 802.11 pseudo-header forGuy Harris1-1/+16
2004-03-17"esc_read()" is passed a FILE_T, not a FILE_T * - a FILE_T is a pointerGuy Harris1-3/+3
2004-03-13Make libethereal and libwiretap shared libs.Jörg Mayer1-6/+5
2004-03-11Add support for DLT_ value 99, as used by the Axent RaptorGuy Harris3-4/+16
2004-03-06From Jeff Morriss: delete "ascend-grammar.c" and "ascend-grammar.h" withGuy Harris1-1/+5
2004-03-04Get rid of an out-of-date comment.Guy Harris1-12/+3
2004-03-03Have "wtap_read()" set "wth->phdr.pkt_encap" to "wth->file_encap",Guy Harris18-37/+37
2004-03-03Require autoconf 2.53 and automake 1.6Jörg Mayer1-2/+2
2004-03-03Set the packet encapsulation value to the file encapsulation.Guy Harris1-1/+2
2004-02-19A DLT_ value of 13, in a Nokia-format capture, appears to be an ATMGuy Harris1-51/+193
2004-02-13Get rid of unused variables and #defines.Guy Harris1-7/+2
2004-02-12Use "guint8" for 8-bit binary data.Guy Harris1-36/+40
2004-02-12Note that 164 is reserved for Juniper chassis-internal meta-informationGuy Harris1-2/+7
2004-02-11Map WTAP_ENCAP_IEEE_802_11_WITH_RADIO to DLT_IEEE802_11, for now; weGuy Harris1-4/+29
2004-02-11From Rolf Fiedler: support for reading EyeSDN USB S0 trace files.Guy Harris7-5/+394
2004-02-09Cast the arguments to <ctype.h> macros to "guchar", to squelchGuy Harris3-15/+16
2004-02-09Add extra {} to "avoid ambiguous `else'", to quote the GCC warning thatGuy Harris1-3/+3
2004-02-08Move -pedantic back to extra-gcc-flags, as glib generates more warnings than ...Jörg Mayer1-3/+3
2004-02-07Don't build as shared *and* static by defaultJörg Mayer1-1/+3
2004-02-07Ignore byproducts of shared lib compilationJörg Mayer1-0/+3
2004-02-06Whether frames in an AiroPeek V9 802.11 capture have 4 bytes of 0 or anGuy Harris2-19/+48
2004-02-06A MediaSubType value of 1 also means 802.11. (Is that what indicatesGuy Harris1-2/+2