aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-02-20Create stats_tree Makefile to allow manual buildsJörg Mayer1-0/+1
svn path=/trunk/; revision=13438
2005-02-20Replace some spaces by TAB to make vim with syntax highlighting happyJörg Mayer1-1/+1
svn path=/trunk/; revision=13437
2005-02-20Add packet-rdt.h to DISSECTOR_INCLUDESJörg Mayer1-0/+1
svn path=/trunk/; revision=13436
2005-02-20Changed the GopTree in GogDef and GogExtra from a boolean to a stringLuis Ontanon8-17/+67
GopTree={BasicTree|NoTree|FullTree} NoTree: just an item for each gop BasicTree: (default) some essential information regarding the gop FullTree: the Gop's full tree added Id and eol-style to examples svn path=/trunk/; revision=13435
2005-02-20modify eol-style propertyLuis Ontanon2-4/+4
svn path=/trunk/; revision=13434
2005-02-20set the property keyword Id Luis Ontanon0-0/+0
svn path=/trunk/; revision=13433
2005-02-20set the Id keyword for these two new filesLuis Ontanon0-0/+0
svn path=/trunk/; revision=13432
2005-02-19From Martin MathielsonLuis Ontanon4-17/+583
RDT (Realplayer Data Protocol) dissector and patch RTSP to create RDT conversations svn path=/trunk/; revision=13431
2005-02-19add mms.mate to the examples collectionLuis Ontanon1-0/+41
svn path=/trunk/; revision=13430
2005-02-19In order to avoid a crash at reanalize_gop(), do not accept a GogKey where ↵Luis Ontanon1-0/+5
the Gop has not yet being declared. svn path=/trunk/; revision=13429
2005-02-18Step the version number of the pluginLuis Ontanon1-1/+1
svn path=/trunk/; revision=13428
2005-02-18Adds Payload AVP to PduDef AVPLs simmetric to the Transport AVPLuis Ontanon3-33/+115
allows to fetch fields also from ranges that are the payload of the Proto svn path=/trunk/; revision=13427
2005-02-18usage of tcp_dissect_pdu is brokenRonnie Sahlberg1-0/+7
comment it out to stop it from dumping core. jxta people will have to fix this properly later. svn path=/trunk/; revision=13426
2005-02-18do not prototype capture_eth() unless capture.h has being includedLuis Ontanon1-0/+2
svn path=/trunk/; revision=13425
2005-02-18Get rid of some useless lines from the last patchLuis Ontanon1-6/+1
svn path=/trunk/; revision=13424
2005-02-18Add a pointer to the start frame of each gop in the gog's treeLuis Ontanon3-7/+37
svn path=/trunk/; revision=13423
2005-02-18two fixes in config loading:Luis Ontanon1-1/+6
- do not accept GopDefs for non existent pdus Pdu - GogExtra "no For" instead of "no Name" svn path=/trunk/; revision=13422
2005-02-17minor prettificationRonnie Sahlberg1-6/+6
svn path=/trunk/; revision=13421
2005-02-17pass lun (and status) to scsi subdissector so we can filterRonnie Sahlberg5-82/+190
on scsi.lun and prettify the summary line a bit. ndmp still needs some work to track luns between commands and fcp needs verification it works for volumesetaddressing. svn path=/trunk/; revision=13420
2005-02-17Have "cf_merge_files()" take a pointer-to-pointer-to-char as the outputGuy Harris4-21/+44
file name argument; if the pointed-to pointer is null, it opens a temporary file, and sets that pointer to a mallocated copy of the pathname of the temporary file. It no longer needs a file descriptor as an argument. svn path=/trunk/; revision=13419
2005-02-16Add some of the anytime operations.Anders Broman2-139/+3158
svn path=/trunk/; revision=13418
2005-02-16Add some of the AnyTime... Operations.Anders Broman2-32/+575
svn path=/trunk/; revision=13417
2005-02-16From Tomas Kukosa:Anders Broman1-8/+5
Fix problems with bitfields with dashed ("-") names svn path=/trunk/; revision=13416
2005-02-16An example stats_tree plugin using pinfo as its only data sourceLuis Ontanon5-0/+280
I'm not checking changes to the Makefiles yet. svn path=/trunk/; revision=13415
2005-02-16Initial checkin of the stats-tree tap APILuis Ontanon5-0/+1287
Makefiles have not been modified yet, there's still work to do. svn path=/trunk/; revision=13414
2005-02-16preparations for autogenerated ms dcerpc interfacesRonnie Sahlberg2-1/+58
make it possible to prettify SIDs and control how and where their string representation should be shown in the summary line and the tree similar to how counted_strings prettification can be controlled svn path=/trunk/; revision=13413
2005-02-16mark the frame opened/closed fields for policy handles as GENERATED fieldsRonnie Sahlberg1-5/+10
svn path=/trunk/; revision=13412
2005-02-16add simple check that if a hf_rename field has not been referenced by the ↵Ronnie Sahlberg1-0/+22
idl/cnf files then it is likely the conformance file has become stale and needs updating. abort with an error message. svn path=/trunk/; revision=13411
2005-02-16from lars ruoff a few extra columns for rtp analysisRonnie Sahlberg5-73/+161
svn path=/trunk/; revision=13410
2005-02-16add extra sanity check.Ronnie Sahlberg1-6/+10
dont match a request with a reply that came earlier in the trace or SRT will look funny :-) svn path=/trunk/; revision=13409
2005-02-15new protocol from Giles Scott : Retix spanning tree protocolRonnie Sahlberg3-0/+137
svn path=/trunk/; revision=13408
2005-02-15Have "cf_merge_files()" always close "out_fd" before returning; it doesGuy Harris3-8/+8
so if "wtap_dump_fdopen()" succeeds (as a side-effect of calling "wtap_dump_close()"), even if "cf_merge_fails()" after that, so it should do so if it fails. That means we don't need to close it in the callers of "cf_merge_files()". svn path=/trunk/; revision=13407
2005-02-15WinPcap 3.0 might support PPP/WAN capturing on Windows OT, so lump itGuy Harris1-7/+11
together with the pre-3.0 releases. Mention 3.1 beta's support, noting that it's a beta. svn path=/trunk/; revision=13406
2005-02-15Add the missing packet-dcerpc-budb.h to the list of header files, so itGuy Harris1-0/+1
goes into the source tarball. svn path=/trunk/; revision=13405
2005-02-14Fix some compiler warnings (at least one of which is for a real problem).Guy Harris3-10/+10
svn path=/trunk/; revision=13404
2005-02-14Add #includes to define various macros and declare various functions.Guy Harris2-0/+5
svn path=/trunk/; revision=13403
2005-02-14Make the "maintainer-clean" rules get rid of some additional generatedGuy Harris42-43/+241
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-14add machinegenerated full dissector for dcedfs BUDB protocolRonnie Sahlberg7-59/+5783
svn path=/trunk/; revision=13401
2005-02-14 make idl-lite compiler handle varying arraysRonnie Sahlberg1-0/+15
svn path=/trunk/; revision=13400
2005-02-14add support for varying arraysRonnie Sahlberg2-0/+41
svn path=/trunk/; revision=13399
2005-02-14in sack options only look for tcp session metadata if both tcp_analysis ↵Ronnie Sahlberg1-1/+1
and tcp_relative preferences are set. relative depends on analysis svn path=/trunk/; revision=13398
2005-02-14Add some more V3 opcodesAnders Broman3-13/+112
svn path=/trunk/; revision=13397
2005-02-14Add some more V3 opcodesAnders Broman1-25/+462
svn path=/trunk/; revision=13396
2005-02-14From :Tim Endean correct conditions for a while loop.Anders Broman1-7/+7
svn path=/trunk/; revision=13395
2005-02-14From :Tim Endean correct conditions for a while loop.Anders Broman1-2/+3
svn path=/trunk/; revision=13394
2005-02-13remove a bunch of unnecessary "includes" from VoIP tap and graph analysis ↵Lars Roland3-42/+0
sources svn path=/trunk/; revision=13392
2005-02-13Update Venna NagarjunaLuis Ontanon1-1/+2
change my own e-mail address (I'll keep the old one for two more weeks only) svn path=/trunk/; revision=13391
2005-02-13From Venna, Nagarjuna:Luis Ontanon1-13/+1030
add support for RTCP-XR as specified in RFC 3611 svn path=/trunk/; revision=13390
2005-02-13change nmake makefiles in /trunk and /trunk/epan so thatLars Roland19-73/+17
object code for libethereal.dll isn't generated by the makefile in /trunk. Having no code in /trunk linked into libethereal.dll anymore, the definition of the macro _NEED_VAR_IMPORT_ can be moved from various source files in /trunk to /trunk/Makefile.nmake . So do that, too. svn path=/trunk/; revision=13389
2005-02-12Add a part of the previous patch that didn't apply.Anders Broman1-0/+6
svn path=/trunk/; revision=13388