aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
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
2001-04-23Get rid of an unnecessary include.Guy Harris1-2/+1
svn path=/trunk/; revision=3370
2001-04-23Fix Gerald's address.Guy Harris1-2/+2
svn path=/trunk/; revision=3369
2001-04-23Get rid of unnecessary includes.Guy Harris6-17/+9
Fix up Gerald's e-mail address in some files while we're at it, and fix up Michael T�xen's name in one file as well. svn path=/trunk/; revision=3368
2001-04-23Get rid of unnecessary include.Guy Harris1-2/+1
svn path=/trunk/; revision=3367
2001-04-23Move the declarations of IP protocol numbers to "ipproto.h" fromGuy Harris15-73/+79
"packet-ip.h". Fix Gerald's address in some files while we're at it. svn path=/trunk/; revision=3366
2001-04-23Get rid of BYTES_ARE_IN_FRAME references.Guy Harris1-4/+2
svn path=/trunk/; revision=3365
2001-04-23Get rid of END_OF_FRAME references in tvbuffified dissectors.Guy Harris8-20/+23
svn path=/trunk/; revision=3364
2001-04-23Get rid of NullTVB references.Guy Harris1-14/+8
Don't check in the dissector for OSI options whether we've run past the end of the captured data in the frame - the dissector is tvbuffified, so the checks are done by the tvbuff accessors. svn path=/trunk/; revision=3363
2001-04-23Get rid of NullTVB references.Guy Harris2-8/+8
svn path=/trunk/; revision=3362
2001-04-23Now that the IPv6 dissector has been tvbuffified, we can register it; doGuy Harris4-23/+60
so, make it static, and call it only through a handle. In the ICMPv6 dissector, when we dissect the invoking packet in an ICMPv6 error or in a redirected header option, make the columns non-writable, so the summary line for the packet shows it as an ICMPv6 packet, not as the packet included in the ICMPv6 packet. svn path=/trunk/; revision=3361
2001-04-23Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixesGuy Harris7-419/+459
and an update to draft 7 of ICMPv6 name lookups, from Heikki Vatiainen. Fix some formats in the ICMPv6 dissector to use %u, rather than %d, for unsigned quantities. Show various type and code values in ICMPv6 as decimal, not hexadecimal (they're decimal in the RFCs). svn path=/trunk/; revision=3360
2001-04-23When registering numeric fields, check that a base other than BASE_NONEGuy Harris1-26/+18
was specified. This should obviate the need to handle BASE_NONE specially in the formatting routines, so revert to the previous version. svn path=/trunk/; revision=3359
2001-04-21Add support for comments in "process-x11-fields.pl", and add a copyrightGuy Harris2-1/+37
notice/RCS ID/credit to Christophe to "x11-fields" as a comment. svn path=/trunk/; revision=3358
2001-04-21rquota support completed by Ronnie Sahlberg.Guy Harris3-6/+183
svn path=/trunk/; revision=3357
2001-04-21SPRAY support, from Ronnie Sahlberg.Guy Harris5-2/+178
svn path=/trunk/; revision=3356
2001-04-21Update the reassembly item to note that IPv4 fragments are nowGuy Harris1-3/+6
reassembled. svn path=/trunk/; revision=3355
2001-04-20In ANSI C (and in pre-ANSI UNIX implementations), if you return fromGuy Harris1-3/+2
"main()", the program exits, and exits with an exit status equal to the return value of "main()", so "return 0;" is sufficient at the end of "main()". svn path=/trunk/; revision=3354
2001-04-20Use "%u", not "%d", to print unsigned quantities.Guy Harris1-4/+4
Remove an extra space from one format. svn path=/trunk/; revision=3353
2001-04-20Explain BASE_{DEC,HEX,OCT,BIN} a bit more, note that BASE_BIN is forGuy Harris1-4/+8
binary but currently is just decimal, and note that you may not use BASE_NONE for integers. svn path=/trunk/; revision=3352
2001-04-20When displaying the numeric value for the value_string string that wasGuy Harris1-1/+2
selected in the filter-construction GUI, treat BASE_BIN like BASE_DEC, as that's currently how it's treated elsewhere. svn path=/trunk/; revision=3351
2001-04-20In ANSI C (and in pre-ANSI UNIX implementations), if you return fromGuy Harris1-3/+2
"main()", the program exits, and exits with an exit status equal to the return value of "main()", so "return 0;" is sufficient at the end of "main()". svn path=/trunk/; revision=3350