aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan8-11/+1045
files. See text2pcap.1 (built from doc/text2pcap.pod) for details. Changed 'tethereal -x' output to match hex dump format of text2pcap, Ethereal and others. svn path=/trunk/; revision=3421
2001-05-16Update hte entry for the Cisco-proprietary capabilities in BGP to giveGuy Harris1-1/+1
the name of the person who submitted that change. svn path=/trunk/; revision=3419
2001-05-16Put in the name for <bgp4news@yahoo.com>.Guy Harris2-2/+2
svn path=/trunk/; revision=3418
2001-05-16Update NEWS file for release 8.18Jeff Foster1-0/+1
svn path=/trunk/; revision=3417
2001-05-16Support for Cisco-proprietary capabilities in BGP, fromGuy Harris4-2/+15
<bgp4news@yahoo.com>. svn path=/trunk/; revision=3416
2001-05-16Update files for release 8.18Jeff Foster4-7/+109
svn path=/trunk/; revision=3415
2001-05-15Stop depending on the order in which operations are performed byGuy Harris1-7/+11
generated code, as per Chris Foulds' note. Also, when constructing the system ID or area string, always append the four-octet groups, rather than overwriting them, as we had been doing. svn path=/trunk/; revision=3414
2001-05-14Various ISIS improvements (ISIS IPv6 routing TLV dissection, ISISGuy Harris8-7/+589
traffic engineering TLV dissection, IS neighbor and IP reachability TLVs given their own subtree types), from Jean-Christian Pennetier. svn path=/trunk/; revision=3413
2001-05-14Updates to OSPF for the changes between drafts 3 and 4 ofGuy Harris1-5/+7
draft-katz-yeung-ospf-traffic, from Michael Rozhavsky. svn path=/trunk/; revision=3412
2001-05-12Fix a bug reported by Christopher McAvaney inGerald Combs1-12/+31
http://www.ethereal.com/lists/ethereal-dev/200104/msg00152.html. In the display filter help window, the height of the text widget can easily exceed the maximum height of an X window, which results in a nonfunctioning vertical scroll bar. This fix disables the GtkScrolledWindow vertical scroll bar, and creates a new scroll bar attached directly to the GtkText widget. The layout is a little off - the horizontal scroll bar now occupies the full height of the GtkScrolledWindow widget. There doesn't seem to be an easy way to grab the height of the horizontal scroll bar in order to pad out the are underneath the vertical scroll bar. svn path=/trunk/; revision=3411
2001-05-11Passive FTP support, from Juan Toledo.Guy Harris3-2/+53
svn path=/trunk/; revision=3410
2001-05-11Updates for the current CVS version of autoconf, from Nathan NeulingerGuy Harris2-9/+9
(without those updates, I'm not even certain it was doing the right thing even with autoconf 2.13, as it was sticking "dnl" into the program it was handing to the C preprocessor, although, as it was only handing it to the preprocessor, the extra "dnl" may have been harmless). svn path=/trunk/; revision=3409
2001-05-11Automake updates, from Nathan Neulinger, to handle the current CVSGuy Harris3-17/+20
version of automake (which will probably eventually become the next release of automake) - it assumes variables that end with _SOURCES are of the form "target_SOURCES", where "target" must be a target that the Makefile builds. Rename "DISSECTOR_SOURCES" to "DISSECTOR_SRC" in "Makefile.nmake", as well, so that part of "Makefile.nmake" exactly matches that part of "Makefile.am". svn path=/trunk/; revision=3408
2001-05-09Patch from Chris Jepeway to use, in NetXRay 2.x captures, a field fromGuy Harris1-3/+17
the file header to specify the time units; different files appear to have different time stamp units. svn path=/trunk/; revision=3407
2001-05-09When generating a filter expression to match a protocol tree line notGuy Harris1-39/+36
corresponding to a named field, by matching stuff at a particular offset in the frame, don't treat a length of 1 byte specially - the syntax for a one-byte byte string is the same as for longer byte strings, with no leading "0x" allowed. Clean up white space. svn path=/trunk/; revision=3406
2001-05-08Only set the Info column to an error indication if we haven't alreadyGuy Harris1-3/+3
put a packet description there. svn path=/trunk/; revision=3405
2001-05-08Additional LDAP checks for invalid packets, from Scott Renfro.Guy Harris3-5/+25
svn path=/trunk/; revision=3404
2001-05-07Fix one remaining "NIS" to be "NIS+".Guy Harris1-1/+1
svn path=/trunk/; revision=3403
2001-05-07If "proto_item_set_len()" is passed a null pointer as its firstGuy Harris1-2/+6
argument, have it just return; this allows dissectors that don't explicitly check for a null protocol-tree argument to pass the protocol-tree argument to "proto_tree_add_XXX()" routines - which means they'll get a null pointer back if the protocol-tree argument is null because we're not constructing a protocol tree - and then later use "proto_item_set_len()" without having to check for a null protocol-tree-item pointer. svn path=/trunk/; revision=3402
2001-05-07NIS+ support, from Ronnie Sahlberg.Guy Harris5-2/+1991
svn path=/trunk/; revision=3401
2001-05-07Support for dissecting XDR arrays, from Ronnie Sahlberg.Guy Harris3-3/+49
svn path=/trunk/; revision=3400
2001-05-07PIM enhancements and fixes, from Heikki Vatiainen.Guy Harris2-3/+45
svn path=/trunk/; revision=3399
2001-05-03IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates,Guy Harris3-15/+36
from Paul Ionescu. svn path=/trunk/; revision=3398
2001-05-03uint8_t changed to guint8Uwe Girlich1-2/+2
svn path=/trunk/; revision=3397
2001-05-02Updates from Alexandre P. Ferreira.Guy Harris1-154/+238
svn path=/trunk/; revision=3396
2001-05-02Additional OSPF LSA types and opaque-options flag, from MichaelGuy Harris3-7/+26
Rozhavsky. svn path=/trunk/; revision=3395
2001-05-01Put in a comment warning thatGuy Harris1-1/+19
1) "tvb_get_ntohll()" isn't available on all platforms (e.g., with at least some compilers on Siemens' Sinix) and 2) "%ll{d,o,x}" won't necessarily print a "long long int" quantity (e.g., on FreeBSD and Digital UNIX). svn path=/trunk/; revision=3394
2001-05-01Bugfix: Removed an unnecessary and potentially spurious include from RSVP.Ashok Narayanan1-2/+1
svn path=/trunk/; revision=3393
2001-05-01- Added support for RSVP Refresh Reduction ExtensionsAshok Narayanan1-18/+215
(draft-ietf-rsvp-refresh-reduct-05). - Added one-line summary of each RSVP object in the object line. svn path=/trunk/; revision=3392
2001-05-01Added support for DHCP Authentication extensions specified inAshok Narayanan1-3/+111
draft-ietf-dhc-authentication-16.txt svn path=/trunk/; revision=3391
2001-05-01Base HAVE_PLUGINS on whether "g_module_supported()" returns TRUE, not onGuy Harris4-31/+74
whether there's a "dlfcn.h" header file; that lets us support plugins on HP-UX. svn path=/trunk/; revision=3390
2001-05-01"-l" command-line option to turn on automatic scrolling in "Update listGuy Harris3-3/+19
of captures in real time" captures, from Christian Lacunza. svn path=/trunk/; revision=3389
2001-05-01"prefs.capture_real_time", not "prefs.capture_auto_scroll", shouldGuy Harris4-11/+8
control whether we have a child process do the capturing; a user might want the packet list to be updated as packets arrive but *not* want it to scroll so that the most recently arrived packets are shown. "prefs.capture_auto_scroll", not "auto_scroll_live", should control whether we scroll a real-time-update capture's packet list; "auto_scroll_live" isn't set by the capture dialog box, "prefs_capture_auto_scroll" is. svn path=/trunk/; revision=3388
2001-04-27Make the "pktsize" argument to "dissect_icqv5Server()" an "int", as itGuy Harris1-6/+6
can either be a 16-bit unsigned) packet size, or -1. svn path=/trunk/; revision=3387
2001-04-27More signed-vs-unsigned changes from Joerg Mayer.Guy Harris6-37/+40
svn path=/trunk/; revision=3386
2001-04-25Get rid of support for non-tvbuffified plugin dissectors.Guy Harris4-15/+4
svn path=/trunk/; revision=3385
2001-04-25Make "col_set_str()" and "tvb_reported_length_remaining()" available inGuy Harris4-4/+14
plugins. svn path=/trunk/; revision=3384
2001-04-25If the SNMP headers were found but we failed to find "sprint_objid()" inGuy Harris1-2/+12
the SNMP library, fail rather than driving on and letting the build fail. svn path=/trunk/; revision=3383
2001-04-25Fail if both UCD and CMU SNMP headers are found; we have no idea whichGuy Harris1-1/+13
of the two libraries is installed - or, if both are installed in different directories, or if a shared library for one and an unshared library for another are installed in the same directory, which one we'll get if we link with "-lsnmp" - so we have no idea whether the header files with which we compile will match the library with which we link. svn path=/trunk/; revision=3382
2001-04-25Undefine "isprint()" before re-defining it, to squelch a compilerGuy Harris1-1/+8
warning. Put in a comment indicating that non-ASCII characters may well pass "isprint()". svn path=/trunk/; revision=3381
2001-04-25Tvbuffify the Gryphon dissector.Guy Harris3-788/+892
Make all the routines for dissecting particular requests and responses static. svn path=/trunk/; revision=3380
2001-04-25Wrap "VALS()" around pointers to "value_string" arrays, to suppress GCCGuy Harris2-68/+68
complaints. svn path=/trunk/; revision=3379
2001-04-24Clearing a column before adding text to it with "col_add_fstr()" isGuy Harris1-9/+6
unnecessary. Clearing it before fetching anything from the packet with a call that might throw an exception, however, is a Good Idea. The Modbus/TCP dissector is called from a dissector table, so it doesn't have to check if the protocol is enabled, or set "pinfo->current_proto" - that's done for it by the dissector-table code. svn path=/trunk/; revision=3378
2001-04-24Get the "." out of the URL for the Modbus/TCP home page.Guy Harris1-3/+3
Fix Gerald's e-mail address. svn path=/trunk/; revision=3377
2001-04-24Modbus/TCP support, from Riaan Swart.Guy Harris5-2/+432
svn path=/trunk/; revision=3376
2001-04-24RANAP support, from Martin Held.Guy Harris6-22/+4870
svn path=/trunk/; revision=3375
2001-04-24Tvbuffify the RIPng dissector.Guy Harris1-28/+25
svn path=/trunk/; revision=3374
2001-04-24Signed vs. unsigned fixes from Joerg Mayer.Guy Harris3-10/+10
svn path=/trunk/; revision=3373
2001-04-23Signed vs. unsigned fixes from Joerg Mayer.Guy Harris2-21/+25
svn path=/trunk/; revision=3372
2001-04-23Get rid of some unnecessary includes.Guy Harris8-21/+16
Fix up Gerald's e-mail address. svn path=/trunk/; revision=3371