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
/
epan
/
dissectors
/
packet-dtn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce "Fragment count" filter element for all protocols doing reassembly.
Stig Bjørlykke
2011-01-30
1
-0
/
+6
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
1
-4
/
+4
*
Switched to bitwise | instead of logical || in bit operations.
Stig Bjørlykke
2010-12-17
1
-1
/
+1
*
Corrected pointer types to avoid warnings from clang.
Stig Bjørlykke
2010-11-04
1
-1
/
+1
*
Do some constifying [or other] based upon gcc -Wwrite-strings warnings.
Bill Meier
2010-06-09
1
-8
/
+8
*
Have abs_time_to_str() and abs_time_to_str_secs() take an additional
Guy Harris
2010-05-21
1
-3
/
+3
*
Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the
Guy Harris
2010-02-27
1
-3
/
+3
*
From Mithun Roy:
Anders Broman
2010-02-20
1
-8
/
+6
*
Add a protocol reference.
Anders Broman
2010-02-18
1
-0
/
+3
*
(Trivial changes):
Bill Meier
2010-02-08
1
-7
/
+3
*
Renamed some reassembled data texts.
Stig Bjørlykke
2010-02-06
1
-2
/
+2
*
Introduce "Reassembled length" filter element for all protocols doing
Stig Bjørlykke
2010-02-02
1
-0
/
+7
*
Fix a number of gcc _Wshadow warnings
Bill Meier
2010-01-18
1
-41
/
+41
*
Add an argument to abs_time_to_str() and abs_time_secs_to_str()
Guy Harris
2009-12-10
1
-3
/
+3
*
From Jakub Zawadzki:
Anders Broman
2009-12-08
1
-6
/
+3
*
Add an item length check to the DTN dissector. Fixes bugs 4277
Gerald Combs
2009-11-30
1
-0
/
+5
*
From Mithun Roy:
Jaap Keuter
2009-11-29
1
-6
/
+3
*
From Jakub Zawadzki:
Anders Broman
2009-10-25
1
-14
/
+10
*
From Mithun Roy:
Jaap Keuter
2009-10-24
1
-104
/
+335
*
dissect_udp_bundle(): check if dissect_payload_header() or
Jeff Morriss
2009-10-23
1
-7
/
+11
*
Remove check_col() guard
Kovarththanan Rajaratnam
2009-09-24
1
-3
/
+1
*
Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFO
Kovarththanan Rajaratnam
2009-09-22
1
-9
/
+9
*
From Don Chirieleison via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...
Jeff Morriss
2009-09-17
1
-383
/
+427
*
Address the size_t vs. gint issue.
Jaap Keuter
2009-07-08
1
-16
/
+16
*
Do defragment inits via registered init routine
Bill Meier
2009-07-08
1
-8
/
+11
*
"uint" isn't a standard type, and isn't a type defined by GLib; use
Guy Harris
2009-07-08
1
-4
/
+4
*
From Don Chirieleison:
Jaap Keuter
2009-07-08
1
-0
/
+2309