aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2005-02-12GMM/SM:Anders Broman1-99/+66
- Dissect detach_type now correctly ( fixed by Miklos Szurdi ) - Dissect timer correctly ( fixed by Miklos Szurdi ) - Update SM causes for Release 6 ( Miklos Szurdi ) - Update service_type for Release 6 ( Miklos Szurdi ) - Rearange pco code like Guy Harris has suggested ( Guy Harris ) - reimplement dissection of IPv4 and IPv6 addresses - Fix offset in pdp_addr - Fix offset in Traffic Flow Template (tft svn path=/trunk/; revision=13387
2005-02-12From Rene Pilz :Anders Broman1-7/+71
BSSGP: - Does not dissect the LLC-PDU twice LLC: - Add CRC calculation to differ between ciphered and non-ciphered packets without taking care about the encryption bit. This solves crashes when the option "ignore ciphere bit" was activated GMM/SM: - Dissect detach_type now correctly ( fixed by Miklos Szurdi ) - Dissect timer correctly ( fixed by Miklos Szurdi ) - Update SM causes for Release 6 ( Miklos Szurdi ) - Update service_type for Release 6 ( Miklos Szurdi ) - Rearange pco code like Guy Harris has suggested ( Guy Harris ) - reimplement dissection of IPv4 and IPv6 addresses - Fix offset in pdp_addr - Fix offset in Traffic Flow Template (tft) svn path=/trunk/; revision=13386
2005-02-12From Rene Pilz :Anders Broman1-2/+1
BSSGP: - Does not dissect the LLC-PDU twice LLC: - Add CRC calculation to differ between ciphered and non-ciphered packets without taking care about the encryption bit. This solves crashes when the option "ignore ciphere bit" was activated GMM/SM: - Dissect detach_type now correctly ( fixed by Miklos Szurdi ) - Dissect timer correctly ( fixed by Miklos Szurdi ) - Update SM causes for Release 6 ( Miklos Szurdi ) - Update service_type for Release 6 ( Miklos Szurdi ) - Rearange pco code like Guy Harris has suggested ( Guy Harris ) - reimplement dissection of IPv4 and IPv6 addresses - Fix offset in pdp_addr - Fix offset in Traffic Flow Template (tft) svn path=/trunk/; revision=13385
2005-02-11Dissect Return error and some more operationcodes.Anders Broman1-205/+1106
svn path=/trunk/; revision=13384
2005-02-11Dissect Return error and some more operationcodes.Anders Broman2-27/+227
svn path=/trunk/; revision=13383
2005-02-11avoid freeing the gop_key more than once and do not reregister the tap at ↵Luis Ontanon2-5/+8
every reload svn path=/trunk/; revision=13382
2005-02-10mate runtime did not get initialized when configured after loading a capture ↵Luis Ontanon1-1/+5
file svn path=/trunk/; revision=13381
2005-02-10add "mate" as a protocol to its treeLuis Ontanon3-6/+8
svn path=/trunk/; revision=13380
2005-02-10From Nicolas Dichtel via Vincent Jardin:Gerald Combs2-0/+4
Print a couple of missing fields. svn path=/trunk/; revision=13379
2005-02-10cleanup matelib and mate examplesLuis Ontanon15-753/+85
svn path=/trunk/; revision=13378
2005-02-10Use tcp_dissect_pdus().Guy Harris1-175/+106
svn path=/trunk/; revision=13377
2005-02-10Use VB_ rather than V_ for the VarBind types, to avoid a collision withGuy Harris1-39/+39
V_INT in oleauto.h in Windows. svn path=/trunk/; revision=13376
2005-02-10Export the routines to add 64-bit integer values, and exportGuy Harris1-0/+5
tvb_ensure_length_remaining(). svn path=/trunk/; revision=13375
2005-02-10Add a hack to set "reversed" and "circuit" in code paths where it wasn'tGuy Harris1-9/+30
getting set. The hack needs to be replaced by code that does the right thing. Fix indentation. svn path=/trunk/; revision=13374
2005-02-10Always make the elements of the "text" array point to g_mallocatedGuy Harris1-2/+2
strings, so that they can safely be g_freed. svn path=/trunk/; revision=13373
2005-02-10From Oleg Terletsky: AgentX support.Guy Harris12-2/+1367
svn path=/trunk/; revision=13372
2005-02-10Remove an extra /*, some unused variables, and an unneeded include (INAPGuy Harris3-13/+5
currently has no taps). svn path=/trunk/; revision=13371
2005-02-10Add a Makefile.Guy Harris1-0/+16
svn path=/trunk/; revision=13370
2005-02-10bugfix for sync_mode captures, wasn't started correctly ↵Ulf Lamping1-1/+7
(cf_callback_invoke(cf_cb_live_capture_started); was never called) svn path=/trunk/; revision=13369
2005-02-10clean up makefiles.Lars Roland5-27/+6
especially /trunk/Makefile.nmake doesn't have to include /trunk/epan/Makefile.common anymore. svn path=/trunk/; revision=13368
2005-02-09fix svn propertiesLars Roland1-1/+1
svn path=/trunk/; revision=13367
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland65-73/+73
asn1.[ch] follow.[ch] ptvcursor.[ch] reassemble.[ch] xmlstub.[ch] fix #include statements accordingly. svn path=/trunk/; revision=13366
2005-02-09Add Tim EndeanAnders Broman1-0/+4
svn path=/trunk/; revision=13365
2005-02-09From Tim Endean: INAP dissector.Anders Broman3-0/+5293
svn path=/trunk/; revision=13364
2005-02-09From Tim Endean: INAP dissector.Anders Broman4-0/+1356
svn path=/trunk/; revision=13363
2005-02-09Fix dissection of some opcodes etc.Anders Broman1-135/+262
svn path=/trunk/; revision=13361
2005-02-09Fix decoding of some opcodes etc.Anders Broman3-19/+137
svn path=/trunk/; revision=13360
2005-02-09From Deepak Jain: add support for some Cisco L2TPv3 AVPs, always showGuy Harris1-3/+87
the numerical value of the pseudowire type, and show the Remote End ID AVP as text rather than binary data. svn path=/trunk/; revision=13359
2005-02-08Set Registry key for starting NPF service to "Auto Start" and not "System ↵Lars Roland1-1/+1
Start". svn path=/trunk/; revision=13358
2005-02-08use "guint" instead of "uint". Lars Roland1-1/+1
"uint" is not available on Windows svn path=/trunk/; revision=13357
2005-02-08From Jon Ringle: add a preference to allow packets with an RTP versionGuy Harris1-14/+54
of 0 to be dissected as STUN packets, to support dissecting of application that follow the ICE methodology described in draft-ietf-mmusic-ice-03. Remove some extra spaces at the end of tags for preferences. svn path=/trunk/; revision=13356