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
/
packet-icq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use "val_to_str()" to translate numerical values to strings, don't
Guy Harris
2001-07-03
1
-289
/
+229
*
Fix up the buffer size calculation - the starting offset isn't a
Guy Harris
2001-06-18
1
-6
/
+9
*
The ICQ decryption code works on 4 bytes at a time, so the amount of
Guy Harris
2001-06-18
1
-5
/
+14
*
From Joerg Mayer: explicitly fill in all members of a
Guy Harris
2001-06-18
1
-7
/
+7
*
We can't use a single static buffer for decrypted ICQ data - you might
Guy Harris
2001-05-27
1
-15
/
+10
*
Make the "pktsize" argument to "dissect_icqv5Server()" an "int", as it
Guy Harris
2001-04-27
1
-6
/
+6
*
More signed-vs-unsigned changes from Joerg Mayer.
Guy Harris
2001-04-27
1
-3
/
+3
*
Added the created tvbuff into the original tvbuff chain so clean-up is
Guy Harris
2001-03-27
1
-2
/
+7
*
Tvbuffify the ICQ dissector.
Guy Harris
2001-03-25
1
-1004
/
+698
*
Add an additional "protocol index" argument to "{old_}dissector_add()",
Guy Harris
2001-01-09
1
-2
/
+2
*
Have "proto_register_protocol()" build a list of data structures for
Guy Harris
2001-01-03
1
-2
/
+2
*
Fix infinite loop in reallocation of memory for decryption buffer.
Gilbert Ramirez
2000-11-21
1
-6
/
+11
*
Dynamically resize decr_pd in dissect_icqv5Client() in order to avoid
Gerald Combs
2000-11-19
1
-3
/
+10
*
For each column, have both a buffer into which strings for that column
Guy Harris
2000-11-19
1
-9
/
+9
*
Add the "Edit:Protocols..." feature which currently only implements
Laurent Deniel
2000-08-13
1
-1
/
+3
*
Miscellaneous code cleaning
Laurent Deniel
2000-08-11
1
-6
/
+1
*
Allow either old-style (pre-tvbuff) or new-style (tvbuffified)
Guy Harris
2000-08-07
1
-2
/
+2
*
Don't use "fd->pkt_len" when checking to see if you've run off the end
Guy Harris
2000-08-06
1
-2
/
+2
*
More changes from Peter Kjellerstedt.
Guy Harris
2000-08-05
1
-10
/
+8
*
ICQ improvements from Peter Kjellerstedt.
Guy Harris
2000-08-04
1
-32
/
+83
*
Add tvbuff class.
Gilbert Ramirez
2000-05-11
1
-80
/
+112
*
Move calls to "dissector_add()" out of the register routines for TCP and
Guy Harris
2000-04-08
1
-10
/
+18
*
Convert two instances of proto_tree_add_uint_format() to
Gilbert Ramirez
2000-03-14
1
-5
/
+5
*
Break proto_tree_add_item_format() into multiple functions:
Gilbert Ramirez
2000-03-12
1
-33
/
+33
*
Fix some "proto_tree_add_text()" calls.
Guy Harris
2000-03-07
1
-64
/
+73
*
Fix a bunch of dissectors to use "pi.captured_len" rather than
Guy Harris
2000-01-24
1
-5
/
+2
*
Updates from Kojak.
Guy Harris
1999-12-05
1
-144
/
+312
*
Fix the "proto_tree_add_item_format()" call for CMD_STATUS_CHANGE.
Guy Harris
1999-12-01
1
-1
/
+2
*
Clean up some ANSI C nits pointed out by "gcc -pedantic".
Guy Harris
1999-11-18
1
-2
/
+2
*
Replace the ETT_ "enum" members, declared in "packet.h", with
Guy Harris
1999-11-16
1
-37
/
+52
*
Updates to the ICQ decoder, from Kojak.
Guy Harris
1999-11-06
1
-229
/
+1433
*
Include <time.h>, so as to declare "ctime()" on systems where
Guy Harris
1999-11-03
1
-1
/
+2
*
Ensure that "password" is '\0'-terminated.
Guy Harris
1999-10-25
1
-2
/
+3
*
Update from Kojak to dissect ICQ login packets and text messages.
Guy Harris
1999-10-25
1
-55
/
+499
*
Kojak's ICQ dissector.
Guy Harris
1999-10-24
1
-0
/
+563