aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
1999-10-19Enable display filtering on FT_DOUBLE fields.Gilbert Ramirez4-29/+269
svn path=/trunk/; revision=886
1999-10-19A fix, from Olivier, to the previous patch.Guy Harris1-3/+3
svn path=/trunk/; revision=885
1999-10-19Add ASCII/EBCDIC conversion to TCP Follow window. Also add Close buttonGilbert Ramirez3-16/+234
for ease-of-use with window managers w/o "destroy" buttons (twm). svn path=/trunk/; revision=884
1999-10-18Move display.[ch] --> gtk/display_opts.[ch]Gilbert Ramirez5-15/+16
svn path=/trunk/; revision=883
1999-10-18Fixes to SNA address display in proto_tree and clist.Gilbert Ramirez1-33/+71
svn path=/trunk/; revision=882
1999-10-18Decode more TH types.Gilbert Ramirez1-5/+196
svn path=/trunk/; revision=881
1999-10-18Add Gerald Combs to the list of contributors; he added the Ascend/LucentGuy Harris1-1/+1
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-18Olivier Abad's patches to add:Guy Harris7-125/+426
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-18improve ripng dissector. decode route entries in more detail.Jun-ichiro itojun Hagino2-3/+26
svn path=/trunk/; revision=878
1999-10-17Get rid of difference between T_VAL_NUMBER_STRING andGilbert Ramirez2-8/+7
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-17Add display filters.Laurent Deniel1-7/+25
svn path=/trunk/; revision=876
1999-10-17Remove no longer needed comment.Laurent Deniel1-2/+1
svn path=/trunk/; revision=875
1999-10-17Add display filters.Laurent Deniel1-16/+40
svn path=/trunk/; revision=874
1999-10-17Add display filters for nbns, nbdgm and nbss protocols.Laurent Deniel1-42/+155
svn path=/trunk/; revision=873
1999-10-17- add lpd protocol registrationLaurent Deniel2-6/+38
- add display filters svn path=/trunk/; revision=872
1999-10-17- add display filters for spx, ipxrip and sap protocols.Laurent Deniel1-19/+128
- fix bug (conn_info array was not NULL terminated). svn path=/trunk/; revision=871
1999-10-17Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-24/+16
svn path=/trunk/; revision=870
1999-10-17Fix typo in preferences-display name for COL_RES_NET_SRC.Guy Harris1-2/+2
svn path=/trunk/; revision=869
1999-10-17move rule for hexadecimal with "0x" upwards.Jun-ichiro itojun Hagino1-11/+7
TODO: T_VAL_BYTE_STRING and IPv6 address are inherently ambiguous... svn path=/trunk/; revision=868
1999-10-16Fix from Nathan Neulinger.Laurent Deniel1-2/+2
svn path=/trunk/; revision=867
1999-10-16- replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-17/+9
- fix hf_ip_len type field (FT_UINT16). svn path=/trunk/; revision=866
1999-10-16Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-4/+3
svn path=/trunk/; revision=865
1999-10-16Add display filters.Laurent Deniel1-11/+30
svn path=/trunk/; revision=864
1999-10-16Remove #define DEBUG_SMB_HASHLaurent Deniel1-3/+1
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-16Declare print_object_key as static.Laurent Deniel1-2/+2
svn path=/trunk/; revision=862
1999-10-16Fix bit-swapped src address field name assignment.Laurent Deniel1-2/+2
svn path=/trunk/; revision=861
1999-10-16Completed first pass of state keeping code in packet-smb.c.Richard Sharpe1-69/+718
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-16Added FT_UINT24 (FT_INT24 was already there) to glossary output soGilbert Ramirez1-1/+4
description of fields in man page is correct. svn path=/trunk/; revision=859
1999-10-16upport BGP multiprotocol extension (required for IPv6 BGP exchange).Jun-ichiro itojun Hagino1-1/+222
svn path=/trunk/; revision=858
1999-10-16Add display filters.Laurent Deniel1-16/+67
svn path=/trunk/; revision=857
1999-10-16More display filter fields added.Laurent Deniel1-6/+23
svn path=/trunk/; revision=856
1999-10-16- bug fixed with user name displayLaurent Deniel1-16/+20
- more fields added - more proto_tree_add_item_format and proto_tree_add_text replaced svn path=/trunk/; revision=855
1999-10-16Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-26/+30
svn path=/trunk/; revision=854
1999-10-16Add the missing proto_register_bgp().Laurent Deniel1-1/+3
svn path=/trunk/; revision=853
1999-10-16- replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-15/+17
- 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- replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-18/+23
- fix bug (hf_arp_proto_type was used in place of hr_arp_proto_size). svn path=/trunk/; revision=851
1999-10-16Replace proto_tree_add_item_format by proto_tree_add_item.Laurent Deniel1-26/+26
svn path=/trunk/; revision=850
1999-10-16improve decoding of unknown BGP attributes.Jun-ichiro itojun Hagino1-1/+27
svn path=/trunk/; revision=849
1999-10-15Add full name of LAPB to protocol label.Gilbert Ramirez1-2/+2
svn path=/trunk/; revision=848
1999-10-15Added ethereal, randpkt, and intermediate programs (dfilter2pod, rdps) toGilbert Ramirez2-0/+4
.cvsignore files. svn path=/trunk/; revision=847
1999-10-15Fixed elem_size in ipv6-related dfilter_mknode() functions. Fixing thisGilbert Ramirez1-42/+4
makes arrays of ipv6 addressess correct, so that we can now filter on both ipv6 headers in a tunnelled packet. Removed ipv6_str_to_guint8_array() which was no longer used. Fixed compiler warning regarding 2nd arg call to get_host_ipaddr6(). svn path=/trunk/; revision=846
1999-10-15Phil Techau's patch to add "col_append_str()".Guy Harris3-7/+35
svn path=/trunk/; revision=845
1999-10-15Nathan Neulinger's patch to set "pi.srcport" and "pi.dstport".Guy Harris1-1/+4
svn path=/trunk/; revision=844
1999-10-15BGP decoding. more attributes and NLRIs needs to be added.Jun-ichiro itojun Hagino5-5/+531
as BGP is a protocol on top of TCP, it may have trouble parsing out-of-sync data (in most cases data is aligned on packet, it seems). svn path=/trunk/; revision=843
1999-10-15add missing termination to value_string.Jun-ichiro itojun Hagino1-1/+2
svn path=/trunk/; revision=842
1999-10-15provide ripng.{version,cmd} to the filtering engine.Jun-ichiro itojun Hagino1-5/+18
svn path=/trunk/; revision=841
1999-10-15make pim.{version,type,cksum} available for filters.Jun-ichiro itojun Hagino1-7/+32
svn path=/trunk/; revision=840
1999-10-15add ipcomp.flags to filter notation.Jun-ichiro itojun Hagino2-5/+13
fix hexadecimal matching in lexer ("0x[a-fA-F0-9]+"), need more improvement. svn path=/trunk/; revision=839
1999-10-15IPComp (RFC2393) decoding.Jun-ichiro itojun Hagino6-16/+115
svn path=/trunk/; revision=838
1999-10-15avoid mistakingly commit dynamically generated files, like "Makefile".Jun-ichiro itojun Hagino4-0/+39
svn path=/trunk/; revision=837