1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
|
Original Author
-------- ------
Gerald Combs <gerald@ethereal.com>
Contributors
------------
Gilbert Ramirez <gram@xiexie.org> {
Wiretap
Printing
Token-Ring, TR MAC
802.2 LLC
IPX, SPX, NCP
BOOTP/DHCP
LPD
Win32 support
tvbuffs
Miscellaneous enhancements and fixes
}
Hannes R. Boehm <hannes@boehm.org> {
http://hannes.boehm.org/
OSPFv2
RIPv1, RIPv2
CDP (Cisco Discover Protocol Version 1)
}
Mike Hall <mlh@io.com>{
TCP Follow
}
Bobo Rajec <bobo@bsp-consulting.sk> {
DNS protocol support
}
Laurent Deniel <deniel@worldnet.fr> {
Name resolution
Ethernet/Manufacturer files support
FDDI support
OMG GIOP/IIOP support
ISO/OSI CLNP/COTP support
Real time capture and display enhancement
Many display filters added
GUI enhancements (about & help windows)
Follow TCP stream for IPv6
Protocol activation/deactivation (Edit:protocols)
Ability to mark the frames and associated features
"Protocol Properties..." menu item
Miscellaneous enhancements and fixes
}
Don Lafontaine <lafont02@cn.ca> {
Banyan Vines support
IGRP support
}
Guy Harris <guy@alum.mit.edu> {
DNS and NetBIOS Name Service enhancements
Bitfield decoding
IP and TCP option decoding
HTTP support
NNTP support
ATM and LANE decoding
Q.931 decoding
Changes to the popup packet windows
Miscellaneous enhancements and fixes
}
Simon Wilkinson <sxw@dcs.ed.ac.uk> {
AppleTalk support
}
Joerg Mayer <jmayer@loplof.de> {
Banyan Vines support
NTP fixes
DHCP support for Intel PXEclient DHCP requests
Support for "-N" flag enabling selected forms of name resolution
Changes to structure initializations not to initialize some but
not all members
}
Martin Maciaszek <fastjack@i-s-o.net> {
RPM .spec file
}
Didier Jorand <Didier.Jorand@alcatel.fr> {
SNMP support
}
Jun-ichiro itojun Hagino <itojun@itojun.org> {
http://www.itojun.org/
IPv6 support
RIPng support
IPsec support
PIM (Prototocol-Independent Multicast) support
IPComp (IP Payload Compression) support
BGP (Border Gateway Protocol) support
}
Richard Sharpe <sharpe@ns.aus.com> {
TFTP, FTP, POP, Telnet support
Infrastructure changes for the benefit of TFTP
SMB support
}
John McDermott <jjm@jkintl.com> {
Pseudo-real-time capture
}
Jeff Jahr <jjahr@shastanets.com> {
PPP over Ethernet (PPPoe)
}
Brad Robel-Forrest <bradr@watchguard.com> {
ISAKMP, GRE, PPTP
}
Ashok Narayanan <ashokn@cisco.com> {
RSVP
Match Selected functionality
Support for reading compressed capture files
MPLS
}
Aaron Hillegass <aaron@classmax.com> {
Summary dialogue
}
Jason Lango <jal@netapp.com> {
RTSP, SDP
}
Johan Feyaerts <Johan.Feyaerts@siemens.atea.be> {
RADIUS
}
Olivier Abad <oabad@cybercable.fr> {
X.25 support in iptrace files and Sniffer files
Support for files from RADCOM WAN/LAN analyzers
and HP-UX nettl traces
LAPB, X.25
Plugins support
Support for capturing packet data from pipes
}
Thierry Andry <Thierry.Andry@advalvas.be> {
Linux ATM Classical IP support
}
Jeff Foster <jfoste@woodward.com> {
NetBEUI/NBF support (NetBIOS atop 802.2 LLC, the
original NetBIOS encapsulation)
SMB Mailslot and Netlogin protocol support
Popup packet windows
Support for protocols registering themselves with dissectors for
protocols on top of which they run
Rlogin support
Support for associating a dissector with a conversation, and for
use of that dissector by TCP and UDP
SOCKS support
Microsoft Proxy protocol support
Support for conversations with "wildcard" destination addresses
and/or ports
Initial support for constructing filter expressions
Support for reading Sniffer Frame Relay captures
Partial support for determining the type of "Internetwork
analyzer" Sniffer captures (we don't yet have enough captures
to do it all)
}
Peter Torvals <petertv@xoommail.com> {
Internet Cache Protocol support
}
Christophe Tronche <ch.tronche@computer.org> {
http://tronche.com/
BPDU (spanning tree protocol) support
X11 requests support
}
Nathan Neulinger <nneul@umr.edu> {
Yahoo messenger and pager protocol support
NTP (Network Time Protocol) support
RX protocol support
Andrew File System protocol support
802.1q VLAN support
Misc. RPC program dissectors
TNS/Oracle dissector
Tacacs+/XTacacs dissector
IRC dissector
AppleTalk NBP dissector
AppleTalk RTMP response dissector
Automake and autoconf updates to handle the current CVS versions
of automake (which will probably eventually become the next
releases of automake and autoconf)
}
Tomislav Vujec <tvujec@carnet.hr> {
Additional NTP support
}
Kojak <kojak@bigwig.net> {
ICQ support
}
Uwe Girlich <Uwe.Girlich@philosys.de> {
ONC RPC and NFS support
}
Warren Young <tangent@mail.com> {
"Print" button support in "Tools:Follow TCP Stream" window
}
Heikki Vatiainen <hessu@cs.tut.fi> {
Cisco Auto-RP protocol support
SAP (Session Announcement Protocol) support
VRRP (Virtual Router Redundancy)
HSRP (Hot Standby Router Protocol)
option to control whether to interpret the IPv4 TOS field as
such or as the DiffServ field
COPS
SIP (Session Initiation Protocol)
BGP tvbuffification
IPv6 and ICMPv6 tvbuffification
PIM enhancements and fixes
}
Greg Hankins <gregh@twoguys.org> {
http://www.twoguys.org/~gregh
updates to BGP (Border Gateway Protocol) support
}
Jerry Talkington <jerryt@netapp.com> {
updates to HTTP support
Filter selection/editing GUI improvements
WCCP 1.0 support
Right-mouse-button menu support
}
Dave Chapeskie <dchapes@ddm.on.ca> {
updates to ISAKMP support
}
James Coe <jammer@cin.net> {
SRVLOC (Service Location Protocol) support
NCP over IP support
}
Bert Driehuis <driehuis@playbeing.org> {
I4B (ISDN for BSD) wiretap module
V.120
}
Stuart Stanley <stuarts@mxmail.net> {
ISIS on CLNP support
}
John Thomes <john@ensemblecom.com> {
L2TP support
}
Laurent Cazalet <laurent.cazalet@mailclub.net> {
updates to L2TP support
}
Thomas Parvais <thomas.parvais@advalvas.be> {
updates to L2TP support
}
Gerrit Gehnen <G.Gehnen@atrie.de> {
support for "Inactive Subset" of ISO CLNP
Decoding of OSI COTP TSAPs as text when they're plain text
Sinec H1 protocol support
}
Craig Newell <craign@cheque.uq.edu.au> {
TFTP options (RFC 2347) support
}
Ed Meaney <emeaney@altiga.com> {
Win32 support
}
Dietmar Petras <DPetras@ELSA.de> {
Time protocol support
Fix to handling of SNMPv2 TRAP PDUs
}
Fred Reimer <fwr@ga.prestige.net> {
TCP segment length in TCP packet summary
}
Florian Lohoff <flo@rfc822.org> {
Various enhancements to RADIUS support
Fixes to L2TP result and error code dissection
}
Jochen Friedrich <jochen+ethereal@scram.de> {
Fix to IPv6 fragment handling
SMUX and SNMPv3 support
Zebra
}
Paul Welchinski <paul.welchinski@telusplanet.net> {
Fixes to Win32 packet capture code
}
Doug Nazar <nazard@dragoninc.on.ca> {
LDAP support
}
Andreas Sikkema <andreas.sikkema@philips.com> {
Fixes to SMB dissector
Fixes to capture file handling on Win32
RTCP, RTP, TPKT (RFC 1006), H.261
}
Mark Muhlestein <mmm@netapp.com> {
CIFS-over-TCP support
}
Graham Bloice <graham.bloice@trihedral.com> {
Win32 icon for Ethereal, and Win32 resource-compiler files to
add version/copyright/etc. information to Win32 executables
Support for sorting columns in the summary by clicking on them
Win32 Makefile improvements
Support for "Update list of packets in real time" during capture
on Win32
Support for inverse video rather than boldface highlighting of
the bytes, in the hex dump window, corresponding to a selected
field
}
Ralf Schneider <ralf.schneider@alcatel.se> {
Enhancements to OSI CLNP, CLTP, and ISIS support
OSI ESIS support
}
Yaniv Kaul <ykaul@netvision.net.il> {
Enhancements to ISAKMP
}
Paul Ionescu <paul@acorp.ro> {
IPX-over-GRE support
EIGRP support
Cisco IGRP support
X.25-over-TCP support
DEC LANBridge Spanning Tree Protocol support
X.25-over-LLC support
IP Prefix field support in CDP
Frame Relay support
Frame-Relay-over-GRE support
IPX SAP over IPX EIGRP support
}
Mark Burton <markb@ordern.com> {
Assorted SMB fixes and enhancements
}
Stefan Raab <sraab@cisco.com> {
Mobile IP
}
Mark Clayton <clayton@shore.net> {
Support for capturing on ATM interfaces on Linux
}
Michael Rozhavsky <mike@tochna.technion.ac.il> {
OSPF enhancements
}
Dug Song <dugsong@monkey.org> {
RPCSEC_GSS credential/verifier dissection for ONC RPC
}
Michael Tuexen <Michael.Tuexen@icn.siemens.de> {
SCTP support
M3UA support
ISDN Q.921-User Adaptation Layer (IUA) support
SUA Light support
MTP3 support
}
Bruce Korb <bkorb@sco.com> {
Improved autogen.sh script
}
Jose Pedro Oliveira <jpo@di.uminho.pt> {
DHCP enhancements
}
David Frascone <dave@frascone.com> {
DIAMETER
}
Peter Kjellerstedt <pkj@axis.com> {
SRVLOC fixes
ICQ enhancements
}
Phil Techau <phil_t@altavista.net> {
Added "col_append_str()"
Signed integer support in display filters and in the protocol tree
BOOTP fixes
Additional NTP reference clock identifiers
}
Wes Hardaker <wjhardaker@ucdavis.edu> {
Kerberos 5 support
}
Robert Tsai <rtsai@netapp.com> {
Rsh support
Support for embedded newlines in SDP fields
Support for leading LWS in RTSP headers
}
Craig Metz <cmetz@inner.net> {
OSPF type 7 LSA dissection
}
Per Flock <per.flock@axis.com> {
A6 and DNAME resource record support
RFC 2673 bitstring label support
}
Jack Keane <jkeane@OpenReach.com> {
ISAKMP fixes to handle malformed packets
}
Brian Wellington <bwelling@xbill.org> {
Support for DNS CERT, KX, TSIG, and TKEY records
Support for NOTIFY and UPDATE DNS opcodes
Support for YXDOMAIN, YXRRSSET, NXRRRSET, NOTAUTH, NOTZONE, and
TSIG/TKEY error DNS reply codes
Partial support for DNS-over-TCP
}
Santeri Paavolainen <santtu@ssh.com> {
"Capture->Stop" menu bar item
Improved capture statistics box
}
Ulrich Kiermayr <uk@ap.univie.ac.at> {
ECN Extension support
}
Neil Hunter <neil.hunter@energis-squared.com> {
WAP support
}
Ralf Holzer <ralf@well.com> {
AIM/OSCAR support
}
Craig Rodrigues <rodrigc@mediaone.net> {
GIOP 1.2 support and other GIOP enhancements
}
Ed Warnicke <hagbard@physics.rutgers.edu> {
MGCP dissector plugin
}
Johan Jorgensen <johan.jorgensen@axis.com> {
IEEE 802.11 support
}
Frank Singleton <frank.singleton@ericsson.com> {
Short integer CDR support for GIOP
}
Kevin Shi <techishi@ms22.hinet.net> {
GVRP support
}
Mike Frisch <mfrisch@saturn.tlug.org> {
NFSv4 support
HCLNFSD support
rquota support
AUTH_DES support
Tvbuffified NFS dissector
}
Burke Lau <burke_lau@agilent.com> {
PPP FCS checking
Cisco HDLC support in PPP dissector
MPLS-over-PPP support
}
Martti Kuparinen <martti.kuparinen@nomadiclab.com> {
Mobile IPv6 support
}
David Hampton <dhampton@mac.com> {
Support for HTTP methods added by GENA (the uPnP protocol)
Support for the HTTP-based SSDP protocol
"Decode As" dialog
}
Kent Engström <kent@unit.liu.se> {
CDP VTP Management Domain item support
}
Ronnie Sahlberg <rsahlber@bigpond.net.au> {
NLM dissector enhancements
Mount dissector enhancements
Support for status monitor protocol and status monitor callback
protocol
YPSERV dissector enhancements
BOOTPARAM dissector enhancements
RWALL support
HCLNFSD dissector enhancements
IP fragment reassembly
YPPASSWD support
KLM support
SPRAY support
rquota support completed
XDR array support
NIS+ support
Rewritten IGMP dissector
Tvbuffified and bug-fixed RX and AFS dissectors
Support for filtering on absolute and relative time fields
DVMRP support
}
Borosa Tomislav <tomislav.borosa@SIEMENS.HR> {
Updates to mobile IPv6
}
Alexandre P. Ferreira <alexandref@spliceip.com.br> {
WTLS support
WSP fixes
}
Simharajan Srishylam <Simharajan.Srishylam@netapp.com> {
Include Service ID field in dissection of Service Info component
of WCCP 2 messages even if the service type is
WCCP2_SERVICE_DYNAMIC
}
Greg Kilfoyle <gregk@redback.com> {
BOOTP option 82 (Relay Agent Information option) support
}
James E. Flemer <jflemer@acm.jhu.edu> {
Hidden Boolean fields set if the IP or ICMP checksums are bad
}
Peter Lei <peterlei@cisco.com> {
RFC 3024 reverse tunneling support for the Mobile IP dissector
}
Thomas Gimpel <thomas.gimpel@ferrari.de> {
Fixes to the Q.931 dissector
}
Albert Chin <china@thewrittenword.com> {
Fixes to Lemon to get it to compile on platforms (such as some
versions of Tru64 UNIX) that define TRUE and FALSE
Fixes to some Tru64 compiler warninngs
}
Charles Levert <charles@comm.polymtl.ca> {
CUPS browsing protocol support
}
Todd Sabin <tas@webspan.net> {
DCE RPC support
}
Eduardo Pérez Ureta <eperez@dei.inf.uc3m.es> {
GUI fixes
}
Martin Thomas <martin_a_thomas@yahoo.com> {
Support for TPKT being used for its original purpose (TCP port
102, containing OSI transport layer PDUs)
}
Hartmut Mueller <hartmut@wendolene.ping.de> {
BACNET support
}
Michal Melerowicz <Michal.Melerowicz@nokia.com> {
GTP support
}
Hannes Gredler <hannes@juniper.net> {
OSI network layer over PPP support
Many IS-IS enhancements
Juniper Networks vendor ID in RADIUS dissector
}
Inoue <inoue@ainet.or.jp> {
Preference dialog crash fix
}
Olivier Biot <Olivier.Biot@siemens.atea.be> {
Fix to WTP retransmission indicator dissection
}
Patrick Wolfe <pjw@zocalo.cellular.ameritech.com> {
WTLS client and trusted key ID handling enhancements
}
Martin Held <Martin.Held@icn.siemens.de> {
RANAP support
}
Riaan Swart <rswart@cs.sun.ac.za> {
Modbus/TCP support
}
Christian Lacunza <celacunza@gmx.net> {
Command-line option to control automatic scrolling in "Update
list of packets in real time" captures
}
Michael Rozhavsky <mike@tochna.technion.ac.il> {
Additional OSPF LSA types and opaque-options flag
}
Scott Renfro <scott@renfro.org> {
LDAP checks for invalid packets
}
Juan Toledo <toledo@users.sourceforge.net> {
Passive FTP support
}
Jean-Christian Pennetier <jeanchristian.pennetier@rd.francetelecom.fr> {
ISIS IPv6 routing TLV dissection
ISIS traffic engineering TLV dissection
IS neighbor and IP reachability TLVs given their own subtree
types
Assorted other ISIS fixes
}
Jian Yu <bgp4news@yahoo.com> {
Support for Cisco-proprietary capabilities in BGP
Route-Refresh messages
}
Eran Mann <emann@opticalaccess.com> {
Fix to LDP prefix FEC dissection for IPv4
}
Andy Hood <ahood@westpac.com.au> {
"--with-ssl" configuration option, to use if UCD SNMP is
compiled with crypto support and needs -lcrypto
On Solaris, with GCC, add flags to reduce warnings from
inadequacies of function declarations in X11 headers
}
Randy McEoin <rmceoin@pe.net> {
Appletalk Data Stream Interface (used by AFP-over-TCP) support
}
Edgar Iglesias <edgar.iglesias@axis.com> {
Fix to TCP reassembly code for retransmitted data
}
Martina Obermeier <Martina.Obermeier@icn.siemens.de> {
ISUP (ISDN User Part, ITU-T recommendation Q.763) support
}
Mark Burton <markb@ordern.com> {
iSCSI support
}
Javier Achirica <achirica@ttd.net> {
IEEE 802.11 bug fixes and WEP support
}
B. Johannessen <bob@havoq.com> {
Gnutella support
}
Thierry Stagiaire <thierry.pelle@rd.francetelecom.fr> {
MP-BGP message support
}
Francisco Javier Cabello <fjcabello@vtools.es> {
RFC 2250 MPEG1 support
}
Laurent Rabret <laurent.rabret@rd.francetelecom.fr> {
LCP-over Ethernet and IPCP-over-Ethernet support (to handle
captures on Windows; PPP packets show up as Ethernet
packets, courtesy of NDISWAN, and apparently internal-to-PPP
protocols get passed through, with PPP protocol types
appearing in the Ethernet protocol type field)
PAP support
}
Alain Magloire <alainm@rcsm.ece.mcgill.ca> was kind enough to
give his permission to use his version of snprintf.c.
Dan Lasley <dlasley@promus.com> gave permission for his dumpit() hex-dump
routine to be used.
Mattia Cazzola <mattiac@alinet.it> provided a patch to the hex dump
display routine.
We use the exception module from Kazlib, a C library written by
Kaz Kylheku <kaz@ashi.footprints.net>. Thanks goes to him for his
well-written library. The Kazlib home page can be found at
http://users.footprints.net/~kaz/kazlib.html
|