Commit Graph

1033 Commits

Author SHA1 Message Date
Gilbert Ramirez 06b0aeedfe Put tunneled protocols under pimopt_tree instead of tree like Jun-ichiro
originally had it.

svn path=/trunk/; revision=901
1999-10-21 15:06:02 +00:00
Gilbert Ramirez 33e47ffb6f Added Nathan's UCD SNMP patch.
svn path=/trunk/; revision=900
1999-10-21 15:03:21 +00:00
Gilbert Ramirez 9a1abcb713 Finished the last two TH types.
svn path=/trunk/; revision=899
1999-10-21 04:35:40 +00:00
Gilbert Ramirez 7de739b851 And add the new file to the list of gtk/libui.a sources, for distribution.
svn path=/trunk/; revision=898
1999-10-20 22:53:43 +00:00
Guy Harris e5c126441b Nathan Neulinger's 802.1q VLAN patch.
svn path=/trunk/; revision=897
1999-10-20 22:41:12 +00:00
Gilbert Ramirez b0cfa34169 Move GTK-related stuff out of globals.h and put it in gtk/gtkglobals.h
svn path=/trunk/; revision=896
1999-10-20 22:36:05 +00:00
Gilbert Ramirez 32a4854f3e Moved to version 0.7.6 and updated NEWS file. We have done _a lot_ in
the past month.

svn path=/trunk/; revision=895
1999-10-20 18:11:52 +00:00
Gilbert Ramirez 08292071f4 Added Nathan's patch for AFS and RX dissection.
svn path=/trunk/; revision=894
1999-10-20 16:41:20 +00:00
Gilbert Ramirez e5670af33d Added Nathan's patch to yahoo dissector.
Fixes a field name problem, and adds one more service type.

svn path=/trunk/; revision=893
1999-10-20 16:36:08 +00:00
Guy Harris 1b0fc805f7 Document the requirements for getting a protocol's register routine
called automatically at startup time.

svn path=/trunk/; revision=892
1999-10-20 06:40:44 +00:00
Guy Harris 3164c1e363 Automatically generate a function to call the register routines for all
protocols (idea shamelessly stolen from GDB).  We require that the
register routines

	1) be located in "packet.c" or in one of the "packet-XXX.c"
	   files;

	2) have a name of the form "proto_register_XXX";

	3) take no argument, and return no value;

	4) have their names appear in the source file either at the
	   beginning of the line, or preceded only by "void " at the
	   beginning of the line;

and we require that "packet-XXX.c" files be added to "DISSECTOR_SOURCES"
in "Makefile.am".

svn path=/trunk/; revision=891
1999-10-20 06:28:29 +00:00
Gilbert Ramirez 984d9b8988 Finally finished FID4 Transmission Header decoding.
svn path=/trunk/; revision=890
1999-10-20 05:19:50 +00:00
Gilbert Ramirez f50168c85d Added Tony Hart's <thart@avici.com> patch to dissect MD5 authentication
data in OSPF. (corrected copy)

svn path=/trunk/; revision=889
1999-10-19 15:59:04 +00:00
Guy Harris 0d1465731b Add "inet_v6defs.h" to the list of Ethereal source files, so it gets
included in a distribution.

svn path=/trunk/; revision=888
1999-10-19 06:59:23 +00:00
Gilbert Ramirez 6522db3535 Enable filtering on the existence of an FT_STRING variable, even though
we don't (yet) filter on the value of an FT_STRING variable.

Added info about FT_DOUBLE fields to man page.

svn path=/trunk/; revision=887
1999-10-19 05:45:56 +00:00
Gilbert Ramirez a5b7e70a3e Enable display filtering on FT_DOUBLE fields.
svn path=/trunk/; revision=886
1999-10-19 05:31:14 +00:00
Guy Harris 2202c089fe A fix, from Olivier, to the previous patch.
svn path=/trunk/; revision=885
1999-10-19 04:41:52 +00:00
Gilbert Ramirez 2dd24ea353 Add ASCII/EBCDIC conversion to TCP Follow window. Also add Close button
for ease-of-use with window managers w/o "destroy" buttons (twm).

svn path=/trunk/; revision=884
1999-10-19 04:11:23 +00:00
Gilbert Ramirez 10fcfef266 Move display.[ch] --> gtk/display_opts.[ch]
svn path=/trunk/; revision=883
1999-10-18 12:48:14 +00:00
Gilbert Ramirez dae334df8a Fixes to SNA address display in proto_tree and clist.
svn path=/trunk/; revision=882
1999-10-18 12:41:37 +00:00
Gilbert Ramirez 69c8277ad2 Decode more TH types.
svn path=/trunk/; revision=881
1999-10-18 03:14:26 +00:00
Guy Harris ae988d2f28 Add Gerald Combs to the list of contributors; he added the Ascend/Lucent
capture file code.

Add Ashok Narayanan to the list of contributors; he added the code to
read compressed files.

svn path=/trunk/; revision=880
1999-10-18 01:56:17 +00:00
Guy Harris dbd1955d62 Olivier Abad's patches to add:
more display filters for X.25;

	no LCN in X.25 RESTART / DIAGNOSTIC / REGISTRATION packets;

	support for nettl file format (nettl is a trace tool for HP-UX).
	For now, it only supports traces for X.25 interfaces (tested
	with HP-UX 10.20).

svn path=/trunk/; revision=879
1999-10-18 01:51:34 +00:00
Jun-ichiro itojun Hagino a0120ff182 improve ripng dissector. decode route entries in more detail.
svn path=/trunk/; revision=878
1999-10-18 00:37:35 +00:00
Gilbert Ramirez 997cff3aba Get rid of difference between T_VAL_NUMBER_STRING and
T_VAL_UNQUOTED string in order to fix parsing problem (single digit number
vs. multiple digit numbers). T_VAL_NUMBER_STRING no longer exists.

svn path=/trunk/; revision=877
1999-10-17 20:54:56 +00:00
Laurent Deniel c68b5aa64e Add display filters.
svn path=/trunk/; revision=876
1999-10-17 14:46:40 +00:00
Laurent Deniel 6b297846bb Remove no longer needed comment.
svn path=/trunk/; revision=875
1999-10-17 14:15:06 +00:00
Laurent Deniel 41446933b7 Add display filters.
svn path=/trunk/; revision=874
1999-10-17 14:09:35 +00:00
Laurent Deniel 91084142b2 Add display filters for nbns, nbdgm and nbss protocols.
svn path=/trunk/; revision=873
1999-10-17 12:53:01 +00:00
Laurent Deniel 616e64c212 - add lpd protocol registration
- add display filters

svn path=/trunk/; revision=872
1999-10-17 11:40:14 +00:00
Laurent Deniel d5d120c0a4 - add display filters for spx, ipxrip and sap protocols.
- fix bug (conn_info array was not NULL terminated).

svn path=/trunk/; revision=871
1999-10-17 09:23:43 +00:00
Laurent Deniel 119bde2d67 Replace proto_tree_add_item_format by proto_tree_add_item.
svn path=/trunk/; revision=870
1999-10-17 08:33:23 +00:00
Guy Harris 697f595742 Fix typo in preferences-display name for COL_RES_NET_SRC.
svn path=/trunk/; revision=869
1999-10-17 06:10:57 +00:00
Jun-ichiro itojun Hagino dfc349a235 move rule for hexadecimal with "0x" upwards.
TODO: T_VAL_BYTE_STRING and IPv6 address are inherently ambiguous...

svn path=/trunk/; revision=868
1999-10-17 01:54:19 +00:00
Laurent Deniel 247f9bf76b Fix from Nathan Neulinger.
svn path=/trunk/; revision=867
1999-10-16 21:56:53 +00:00
Laurent Deniel 04f4b3c10b - replace proto_tree_add_item_format by proto_tree_add_item.
- fix hf_ip_len type field (FT_UINT16).

svn path=/trunk/; revision=866
1999-10-16 20:59:03 +00:00
Laurent Deniel 1324570c43 Replace proto_tree_add_item_format by proto_tree_add_item.
svn path=/trunk/; revision=865
1999-10-16 20:41:37 +00:00
Laurent Deniel 6f0c90c1b8 Add display filters.
svn path=/trunk/; revision=864
1999-10-16 20:30:14 +00:00
Laurent Deniel 039bb4fbd8 Remove #define DEBUG_SMB_HASH
Is this file generated code ?

If not, please :

- get rid of compilation warnings
- put the # of preprocessor macros at the first column

svn path=/trunk/; revision=863
1999-10-16 20:26:37 +00:00
Laurent Deniel 072fb7a7a3 Declare print_object_key as static.
svn path=/trunk/; revision=862
1999-10-16 19:50:19 +00:00
Laurent Deniel 8c20e30ae0 Fix bit-swapped src address field name assignment.
svn path=/trunk/; revision=861
1999-10-16 19:36:56 +00:00
Richard Sharpe f646f88a5e Completed first pass of state keeping code in packet-smb.c.
Added decoder for transact SMBs.

Changed things a lot for state keeping.

Next thing is to decode transacts and transact2s more.

svn path=/trunk/; revision=860
1999-10-16 16:02:46 +00:00
Gilbert Ramirez 3d64f272f3 Added FT_UINT24 (FT_INT24 was already there) to glossary output so
description of fields in man page is correct.

svn path=/trunk/; revision=859
1999-10-16 15:46:01 +00:00
Jun-ichiro itojun Hagino a4e1535f19 upport BGP multiprotocol extension (required for IPv6 BGP exchange).
svn path=/trunk/; revision=858
1999-10-16 15:35:27 +00:00
Laurent Deniel 06f434844b Add display filters.
svn path=/trunk/; revision=857
1999-10-16 15:08:11 +00:00
Laurent Deniel 2763f4c7ef More display filter fields added.
svn path=/trunk/; revision=856
1999-10-16 14:27:00 +00:00
Laurent Deniel 4761c66295 - bug fixed with user name display
- more fields added
- more proto_tree_add_item_format and proto_tree_add_text replaced

svn path=/trunk/; revision=855
1999-10-16 14:04:22 +00:00
Laurent Deniel 87139e9c84 Replace proto_tree_add_item_format by proto_tree_add_item.
svn path=/trunk/; revision=854
1999-10-16 09:31:47 +00:00
Laurent Deniel 5517c667f7 Add the missing proto_register_bgp().
svn path=/trunk/; revision=853
1999-10-16 09:13:03 +00:00
Laurent Deniel 96268691cf - replace proto_tree_add_item_format by proto_tree_add_item.
- add new filter fields.

If someone has a captured file with this kind of packets,
please sent it to me.

svn path=/trunk/; revision=852
1999-10-16 08:54:25 +00:00