Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wireshark
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
external-tools
wireshark
Commits
22380265
Commit
22380265
authored
25 years ago
by
Nathan Neulinger
Browse files
Options
Downloads
Patches
Plain Diff
changed numbers to bullets and removed nbp dissector item - in progress
svn path=/trunk/; revision=1250
parent
18c0f766
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO
+20
-22
20 additions, 22 deletions
TODO
with
20 additions
and
22 deletions
TODO
+
20
−
22
View file @
22380265
$Id: TODO,v 1.
4
1999/12/08
17:54:41 gram
Exp $
$Id: TODO,v 1.
5
1999/12/08
23:41:41 nneul
Exp $
Things to do:
=============
1.
Protocol dispatchers, allowing run-time setting of protocol "chaining"
*)
Protocol dispatchers, allowing run-time setting of protocol "chaining"
(i.e., UDP port X calls dissector Y)
2.
Loadable modules, closely related to the previous item.
*)
Loadable modules, closely related to the previous item.
3.
Work on packet capturing in wiretap
*)
Work on packet capturing in wiretap
4.
I just discovered that sshd sets the SSH_CLIENT variable to source IP,
*)
I just discovered that sshd sets the SSH_CLIENT variable to source IP,
sort port, and destination port. That coupled with a destination IP
would give us enough information to carry out remote protocol capturing,
tcpdump over ssh:
...
...
@@ -20,39 +20,37 @@ tcpdump over ssh:
where "filter" filters out our own ssh packets (using the infromation
from $SSH_CLIENT). Any takers?
5.
Of course, packet defragmentating. IP, TCP, UDP, need to be reassembled
*)
Of course, packet defragmentating. IP, TCP, UDP, need to be reassembled
and re-analyzed.
6.
I'd like to someday re-write the display filter routines to have a more
*)
I'd like to someday re-write the display filter routines to have a more
powerful syntax.
7.
More on-line help, and neato things with the protocol tree and
*)
More on-line help, and neato things with the protocol tree and
right-clicks.
8.
A GtkClist replacement, with dynamic columns.
*)
A GtkClist replacement, with dynamic columns.
9.
A GUI capture/display filter creator.
*)
A GUI capture/display filter creator.
10.
Run-time configuration of tunnelling protocols -- display tunnelled
*)
Run-time configuration of tunnelling protocols -- display tunnelled
protocol as data or as a full-fledged protocol (which subtree do we put
it under?)
11.
Run-time configuration of data shown in capture statistics window.
*)
Run-time configuration of data shown in capture statistics window.
12.
A GtkWidget for authors in the About box. We've got a lot of authors!
*)
A GtkWidget for authors in the About box. We've got a lot of authors!
13.
Finish moving GTK-dependent code into gtk/ subdirectory.
*)
Finish moving GTK-dependent code into gtk/ subdirectory.
14.
Display filters: support FT_STRING filters
*)
Display filters: support FT_STRING filters
15.
Display filters: add regexes to strings and byte ranges
*)
Display filters: add regexes to strings and byte ranges
16. Atalk NBP
dissector - s
ee netatalk sources for structure defs
(nneul)
*) Krb
dissector - s
tandard krb4 - from tcpdump
(nneul)
17.
Krb dissector -
standard krb4 - from tcpdump
(nneul)
*)
Krb
5
dissector -
from scratch, need to use ASN.1 code
(nneul)
18. Krb5
dissector
- from scratch, need to use ASN.1 code (nneul)
*) IRC
dissector
19. IRC dissector
20. Make lines in GTK Tree (proto_tree GUI) user-selectable
*) Make lines in GTK Tree (proto_tree GUI) user-selectable
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment