aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Collapse)AuthorFilesLines
2005-04-07updating Mark C Browns informationRonnie Sahlberg3-1/+7
svn path=/trunk/; revision=14025
2005-04-03Fix up the table of encapsulation type strings to match the new set ofGuy Harris1-4/+19
encapsulation types. svn path=/trunk/; revision=14007
2005-04-03Make editcap use wtap_read(); that eliminates the last user ofGuy Harris11-40/+8
wtap_loop(), so eliminate wtap_loop(). svn path=/trunk/; revision=14006
2005-04-01From Mark C Brown NETTL updatesRonnie Sahlberg4-49/+125
svn path=/trunk/; revision=13999
2005-03-20"*p++" doesn't affect what "p" points to; it only affects "p" itself,Guy Harris1-2/+0
and is equivalent to just "p++". If "p" isn't used after that, "*p++" does nothing whatsoever, and can just be removed. svn path=/trunk/; revision=13818
2005-03-18from Thierry MartinRonnie Sahlberg1-0/+1
fix a bug in 5view reader due to an uninitialized variable svn path=/trunk/; revision=13804
2005-03-01The DBS Etherwatch file handler does look for a magic number (the wordGuy Harris1-1/+1
"ETHERWATCH"). svn path=/trunk/; revision=13567
2005-02-24Minor fixesJörg Mayer1-3/+17
svn path=/trunk/; revision=13498
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris1-1/+12
files. Do this with GENERATED_HEADER_FILES, GENERATED_C_FILES, and GENERATED_FILES macros in Makefile.common files, along the lines of what wiretap/Makefile.common has. Clean up "*~" files with "make clean" rather than only "make distclean" in some additional places. Add "maintainer-clean" rules to the Makefile.nmake files, paralelling the ones in the automake-generated Makefile.in files, using the GENERATED_FILES macros from Makefile.common files. In some cases, move the cleanup of files from "make distclean" to "make maintainer-clean", and in other cases, put in a comment indicating why we're not doing that (because some files that are distributed in the source tarballs, namely Flex output, were built with a UN*X Flex and won't compile on Windows, so we get rid of them with "make distclean" so you can clean up stuff that *has* to be re-generated for Windows). Clean up some *CLEANFILES definitions - get rid of ones that no longer apply as files were moved or that add to the definition a name that's already there. svn path=/trunk/; revision=13402
2005-02-05From Josh Bailey:Gerald Combs5-233/+363
Attached is an update to Lucent/Ascend trace parsing: fix a few bugs, add support for ISDN and Ethernet captures - diffs to 0.10.9. svn path=/trunk/; revision=13311
2005-02-03Mark C. Brown: Added support for new ixgbe cardJörg Mayer2-25/+29
svn path=/trunk/; revision=13267
2005-02-03Give a URL for the ERF specification.Guy Harris1-0/+4
svn path=/trunk/; revision=13252
2005-01-31From Florian Lohoff: Redback SmartEdge SE400/800 tcpdump disassembly.Guy Harris3-1/+7
svn path=/trunk/; revision=13212
2005-01-29Add some notes about stuff discovered by Ken Mann.Guy Harris1-1/+11
svn path=/trunk/; revision=13194
2005-01-28From Yoshihiro Oyama: support "-" as a file name, referring to theGuy Harris4-4/+44
standard input. Opening it for random access isn't supported; we add a new error for that. svn path=/trunk/; revision=13189
2005-01-20From Hannes Gredler: support for Juniper's DLT_JUNIPER_ATM{1,2} values.Guy Harris3-3/+13
svn path=/trunk/; revision=13130
2005-01-16When we get an EOF, only return WTAP_ERR_SHORT_READ as the error if weGuy Harris1-34/+33
were in the middle of processing a record. If we got one at the *beginning* of the record, that just means we've come to a clean end-of-file. svn path=/trunk/; revision=13064
2005-01-14Note that the low-order bit of hdr->hdr_2_x.xxx[8] appears to be a "badGuy Harris1-2/+10
FCS" bit for 802.11, just as it appears to be for Ethernet, and give more details on the 4 bytes of junk at the end of the packet (i.e., that we haven't yet seen an 802.11 capture where it's an FCS rather than just junk). svn path=/trunk/; revision=13028
2005-01-03Add some more comments about the FCS issue.Guy Harris1-10/+14
svn path=/trunk/; revision=12939
2005-01-03Give a bit more information on the "are there FCSes in the frame?"Guy Harris1-5/+32
issue. svn path=/trunk/; revision=12938
2005-01-03Rename the CAPTYPE_ definitions as appropriate - many of them areGuy Harris1-25/+39
specific to particular types of captures, and the same value might correspond to more than one CAPTYPE_ definition. Add an additional CAPTYPE_ for some non-gigabit Ethereal capture seen by Bill Meier, and fix the range check the time stamp units value as per his mail. svn path=/trunk/; revision=12937
2005-01-03From James Fields and Kevin Johnson: fix the handling of time stamps inGuy Harris2-69/+88
a number of Windows Sniffer captures - apparently the time stamp units are in a field in the file header. Add a capture type value seen in at least one ATM capture. Update some comments, and add some comments. Get rid of some redundant setting of "timeunit". svn path=/trunk/; revision=12936
2004-12-21Small WhitespacechangeJörg Mayer1-1/+1
svn path=/trunk/; revision=12798
2004-12-09Note that the link-layer types 170 and 171 are reserved (GFP-T is a bitGuy Harris1-0/+5
ugly, as it encapsulates, for example, the 8B/10B code for gigabit Ethernet and Fibre Channel, so code to read it might have to decode that; GPF-F isn't so bad). svn path=/trunk/; revision=12700
2004-12-07Add an entry for the new DLT_GPRS_LLC (so that nobody working onGuy Harris3-1/+17
Ethereal, unaware that the Ethereal team does *NOT* control libpcap format, thinks they can just grab 169 and use it for their own purposes). svn path=/trunk/; revision=12678
2004-12-04Fix some typosJörg Mayer1-9/+8
svn path=/trunk/; revision=12667
2004-12-04Updates by Martin RegnerJörg Mayer1-24/+35
svn path=/trunk/; revision=12666
2004-12-04Add a bit of info that should be present in a captureJörg Mayer1-0/+6
svn path=/trunk/; revision=12665
2004-11-22Backup some notes on Airmagnet capture file format into Ethereal - I'm NOT ↵Jörg Mayer1-0/+267
going to write an importer in the near future though svn path=/trunk/; revision=12578
2004-10-30Check for errors from all calls to "file_getc()".Guy Harris1-3/+25
If we get such an error, always call "file_error()" to get an indication of what the error was and, if it returns 0, set the error to WTAP_ERR_SHORT_READ. svn path=/trunk/; revision=12442
2004-10-29As Sam Leffler notes, the radiotap header isn't BSD-only, it's also usedGuy Harris3-6/+6
by his madwifi Atheros driver on Linux; rename WTAP_ENCAP_IEEE_802_11_WLAN_BSD to WTAP_ENCAP_IEEE_802_11_WLAN_RADIOTAP, and change its text name from "ieee-802-11-bsd" to "ieee-802-11-radiotap". svn path=/trunk/; revision=12429
2004-10-19From Mark C. Brown:Guy Harris1-4/+44
fix FDDI to use correct bit swapped encap; tweak file open code to guess at file encap so merge works better. svn path=/trunk/; revision=12351
2004-10-17file_hdr.network is one byte long, so don't use htoles() on values it'sGuy Harris1-2/+2
set to - that causes it to be set to zero. svn path=/trunk/; revision=12328
2004-10-14From Mark C. Brown: add 100VG support.Guy Harris2-0/+2
svn path=/trunk/; revision=12299
2004-10-12From Mark C. Brown: support dumping files with the raw ICMP and rawGuy Harris1-0/+10
ICMPv6 encapsulations. svn path=/trunk/; revision=12279
2004-10-12Correctly update the count of bytes dumped.Guy Harris1-2/+1
svn path=/trunk/; revision=12275
2004-10-12fix MSVC unused magic warningUlf Lamping1-2/+2
svn path=/trunk/; revision=12274
2004-10-11From Mark C. Brown: add support for writing nettl files.Guy Harris3-7/+175
svn path=/trunk/; revision=12258
2004-10-06From Mark C. Brown: add EISA 100BaseTX, EISA FDDI, and HSC FDDI support,Guy Harris2-12/+22
and make a small performance fix to HP-PB FDDI. svn path=/trunk/; revision=12218
2004-10-05From Mark C. Brown: support for the NETTL_SUBSYS_HPPB_FDDI records.Guy Harris2-37/+115
svn path=/trunk/; revision=12202
2004-10-01From Mark C. Brown: add the HP-PB FDDI card type, although we currentlyGuy Harris2-1/+10
don't have any code to handle it (other than to report that fact...). Also, refer to the subsystem type code as such, not as a "network type". svn path=/trunk/; revision=12178
2004-10-01Get rid of warnings about shadowed variables (code was ok)Jörg Mayer3-26/+26
svn path=/trunk/; revision=12171
2004-09-19From Mark C. Brown: fix support for nettl NETTL_SUBSYS_NS_LS_ICMP andGuy Harris3-4/+14
NETTL_SUBSYS_NS_LS_ICMPV6 - they don't even have IP headers, so we need to directly call the ICMP and ICMPv6 dissectors. svn path=/trunk/; revision=12047
2004-09-15Improve the heuristic for Frame Relay, and move that heuristic after theGuy Harris1-16/+37
checks for Wellfleet and Cisco HDLC. svn path=/trunk/; revision=11995
2004-09-12to prevent problems reported by David Richards, don't depend on the cvarsdll ↵Ulf Lamping1-1/+3
from win32.mak and define our own CVARSDLL svn path=/trunk/; revision=11980
2004-09-04From Mark C. Brown:Guy Harris2-59/+90
1) Change nettl subsystem ID's to decimal so as to match /etc/nettlgen.conf and ease maintenance 2) Add support for hp_apaport (PAgP), hp_apalacp, and IPv6 subsystem trace records 3) Correct handling of LOOPBACK trace records svn path=/trunk/; revision=11901
2004-07-27Rename HEADER_FILES to NONGENERATED_HEADER_FILES, so that it's clearGuy Harris2-2/+4
that it contains only the .h files not generated from other files. svn path=/trunk/; revision=11531
2004-07-26Add a missing backslash.Guy Harris1-1/+1
svn path=/trunk/; revision=11530
2004-07-26Add a Makefile.common for Wiretap, and have Makefile.am andGuy Harris3-106/+125
Makefile.nmake include it. svn path=/trunk/; revision=11528
2004-07-23From Graham Bloice: add resources to wiretap.dll.Guy Harris1-1/+2
svn path=/trunk/; revision=11476