index
:
tools/wireshark
Novell_NCP_branch
cherry-pick-112af30d
cherry-pick-78067deb-2
cherry-pick-c6e60da6-2
ethereal
lts-1.12.1
lts-1.2.11
lts-1.8.2
master
master-1.0
master-1.10
master-1.12
master-1.2
master-1.4
master-1.6
master-1.8
master-2.0
master-2.2
master-2.4
master-2.6
master-3.0
master-3.2
old-trunk-1.0
release-3.4
release-3.6
win32-native
WIP Patches to add a samsung-ipc dissector to Wireshark
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
proto.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert IPX-and-friend dissectors in packet-ipx.c to use
Gilbert Ramirez
2000-06-15
1
-4
/
+27
*
Get rid of the only uses of proto_tree_add_item_old() and
Gilbert Ramirez
2000-05-31
1
-128
/
+1
*
Add routines for adding items to a protocol tree that take arguments of
Guy Harris
2000-05-31
1
-155
/
+676
*
Add protection against 0-length FT_BYTES being added to proto_tree.
Gilbert Ramirez
2000-05-19
1
-9
/
+20
*
Have "proto_tree_is_visible" false except when we're in the middle of
Guy Harris
2000-05-18
1
-2
/
+2
*
Add tvbuff class.
Gilbert Ramirez
2000-05-11
1
-41
/
+44
*
Add proto_tree_add_int_format() function.
Gilbert Ramirez
2000-04-25
1
-2
/
+58
*
Change the sub-dissector handoff registration routines so that the
Gilbert Ramirez
2000-04-13
1
-18
/
+1
*
Have proto_tree_set_boolean() call proto_tree_set_uint() so that
Gilbert Ramirez
2000-04-11
1
-2
/
+2
*
Add assertions from Ben Fowler <wapdev@leedsnet.com>.
Gilbert Ramirez
2000-04-04
1
-2
/
+4
*
Make "make-reg-dotc" generate a "register_all_protocol_handoffs()"
Guy Harris
2000-04-04
1
-2
/
+8
*
Rename find_hfinfo_record() to proto_registrar_get_nth() since
Gilbert Ramirez
2000-04-04
1
-23
/
+23
*
Jeff Foster's patch to support attaching a hash table to a protocol
Guy Harris
2000-04-03
1
-7
/
+20
*
Fix some errors discovered by making GCC do format string/argument
Guy Harris
2000-03-14
1
-8
/
+8
*
Break proto_tree_add_item_format() into multiple functions:
Gilbert Ramirez
2000-03-12
1
-91
/
+545
*
Declare "proto_item_set_text()" in such a fashion as to make GCC 2.x and
Guy Harris
2000-03-07
1
-5
/
+3
*
Code changes, but not Makefile changes, for enabling plugins for Win32.
Gilbert Ramirez
2000-02-07
1
-11
/
+8
*
Add "proto_item_set_text()", which sets the "representation" field of an
Guy Harris
2000-01-22
1
-2
/
+33
*
As per Nathan Leulinger's suggestion, have a stub SNMP dissector if
Guy Harris
1999-12-05
1
-7
/
+1
*
Enable IPX network name resolution by providing for an /etc/ipxnets
Gilbert Ramirez
1999-11-21
1
-2
/
+3
*
Replace the ETT_ "enum" members, declared in "packet.h", with
Guy Harris
1999-11-16
1
-1
/
+48
*
Add "class" that understands IPv4 addresses and subnet masks.
Gilbert Ramirez
1999-11-15
1
-4
/
+11
*
Expanded bootparams dissector to handle decoding getfile calls and replies.
Nathan Neulinger
1999-11-11
1
-1
/
+11
*
Automatically generate a function to call the register routines for all
Guy Harris
1999-10-20
1
-134
/
+7
*
- add lpd protocol registration
Laurent Deniel
1999-10-17
1
-1
/
+3
*
Added FT_UINT24 (FT_INT24 was already there) to glossary output so
Gilbert Ramirez
1999-10-16
1
-1
/
+4
*
Add the missing proto_register_bgp().
Laurent Deniel
1999-10-16
1
-1
/
+3
*
Nathan Neulinger's NTP dissector.
Guy Harris
1999-10-14
1
-1
/
+3
*
Nathan Neulinger's dissector for the Yahoo messenger and pager
Guy Harris
1999-10-14
1
-1
/
+3
*
Jun-ichiro itojun Hagino's code for PIM, and some fixes from him as
Guy Harris
1999-10-13
1
-1
/
+3
*
Use %d to sprintf FT_INT* into proto_tree instead of %u.
Gilbert Ramirez
1999-10-13
1
-12
/
+124
*
Jun-ichiro itojun Hagino's changes for IPv6 extension header decoding
Guy Harris
1999-10-12
1
-1
/
+3
*
Add FT_UINT24 and FT_INT24 to a spot where they were missing.
Gilbert Ramirez
1999-10-12
1
-1
/
+3
*
Fix byte-count of IPv6 addresses.
Gilbert Ramirez
1999-10-12
1
-2
/
+2
*
New proto_tree header_field_info stuff. Header_field_infos now contain
Gilbert Ramirez
1999-10-12
1
-97
/
+373
*
Re-implemented fix to keep display filter from reading data from outside
Gilbert Ramirez
1999-10-12
1
-1
/
+54
*
- add handling of FT_IPv6 variables
Laurent Deniel
1999-10-11
1
-1
/
+14
*
Christophe Tronche's BPDU dissector.
Guy Harris
1999-10-08
1
-1
/
+3
*
Removed dummy protocol and removed bug which prevented the first
Gilbert Ramirez
1999-10-04
1
-4
/
+1
*
packet-aarp.c:
Laurent Deniel
1999-10-03
1
-1
/
+4
*
Handle the missing FT_BYTES field type.
Laurent Deniel
1999-09-18
1
-1
/
+16
*
Add a "BYTES_ARE_IN_FRAME()" macro, to test whether there are a
Guy Harris
1999-09-17
1
-1
/
+3
*
Changed (again) the way that the FT_BOOLEAN field type works internally.
Gilbert Ramirez
1999-09-15
1
-3
/
+3
*
Peter Torvals' Internet Cache Protocol dissector.
Guy Harris
1999-09-14
1
-1
/
+3
*
Some old CPP or tools that take C code in input do
Laurent Deniel
1999-09-12
1
-3
/
+3
*
Add summary-vs-detail radio buttons to the print dialog box; detail
Guy Harris
1999-09-12
1
-4
/
+23
*
Added Guy's patch to use the pseudo header facility to pass up the Ascend
Gerald Combs
1999-09-11
1
-1
/
+3
*
Register cotp and clnp instead of simply osi to allow
Laurent Deniel
1999-09-11
1
-3
/
+5
*
Added support for PPP Multilink Protocol (MP). Modified dissect_ppp_stuff
Gerald Combs
1999-09-11
1
-1
/
+3
*
Fixed problem with not being able to filt on field values.
Gilbert Ramirez
1999-08-30
1
-2
/
+6
[next]