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
/
reassemble.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed trailing whitespaces from .h and .c files using the
Jörg Mayer
2002-08-28
1
-40
/
+40
*
Don't check for a short frame until we care whether the frame is short;
Guy Harris
2002-06-17
1
-5
/
+2
*
Put the stuff to add the "Illegal {fragment,segment}" item to the Info
Guy Harris
2002-06-07
1
-21
/
+19
*
Add "show_fragment_seq_tree()", which is like "show_fragment_tree()",
Guy Harris
2002-06-07
1
-63
/
+116
*
Added show_fragment_tree() to reassemble. This function will do the common
Ronnie Sahlberg
2002-06-05
1
-1
/
+90
*
Reassembly of fragmented DCE/RPC (only for connection oriented DCE/RPC).
Ronnie Sahlberg
2002-05-24
1
-1
/
+21
*
"fragment_add_seq_work()" returns a Boolean value, not a pointer, so
Guy Harris
2002-04-25
1
-2
/
+2
*
Get rid of some unused variables and arguments.
Guy Harris
2002-04-22
1
-12
/
+4
*
In "fragment_add_seq_check()", handle short frames the same way
Guy Harris
2002-04-17
1
-49
/
+24
*
Don't try to reassemble short frames - but do still pass them through at
Guy Harris
2002-04-17
1
-17
/
+86
*
Don't bother with "reassembled_key" structures - just use the
Guy Harris
2002-04-17
1
-52
/
+33
*
Add a separate hash table to the reassembly code for reassembled
Guy Harris
2002-04-17
1
-67
/
+343
*
Rename the "frag_offset" argument of "fragment_add_seq()" to
Guy Harris
2002-04-17
1
-5
/
+5
*
From Joerg Mayer: mark function arguments as unused.
Guy Harris
2002-03-31
1
-2
/
+2
*
From Ricardo Barroetave�a: support dissectors that are handed
Guy Harris
2002-02-03
1
-10
/
+76
*
Include files from the "epan" directory and subdirectories thereof with
Guy Harris
2002-01-21
1
-2
/
+2
*
WTP reassembly, from Tom Uijldert.
Guy Harris
2002-01-04
1
-4
/
+4
*
From Ronnie Sahlberg: new infrastructure to reassemble packets where
Guy Harris
2001-12-15
1
-2
/
+241
*
Assorted changes from Ronnie Sahlberg:
Guy Harris
2001-11-24
1
-1
/
+99
*
Get rid of some unused variables.
Guy Harris
2001-11-21
1
-1
/
+3
*
TCP desegmentation support, and changes to the ONC RPC and NBSS
Guy Harris
2001-09-13
1
-4
/
+15
*
Include <string.h> to get "memcmp()" and "memcpy()" declared.
Guy Harris
2001-06-28
1
-1
/
+3
*
Move the fragment reassembly code into "reassemble.c" and
Guy Harris
2001-06-08
1
-0
/
+371