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-bt-dht.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all preferences related to enabling/disabling heuristic dissectors.
Michael Mann
2015-07-17
1
-8
/
+2
*
Add "user presentable" and "unique string ids" to heuristic table entries.
Michael Mann
2015-07-12
1
-1
/
+1
*
Remove more tvb_length
Evan Huus
2015-06-22
1
-1
/
+1
*
tvb_bytes_to_ep_str -> tvb_bytes_to_str
Michael Mann
2015-01-07
1
-2
/
+2
*
Cleanup use of #includes in non-generated epan/dissector/*.c
Bill Meier
2014-12-21
1
-1
/
+0
*
Rename dissector_add_handle() to dissector_add_for_decode_as().
Guy Harris
2014-06-20
1
-1
/
+1
*
Revert "Fixup: tvb_* -> tvb_captured"
Michael Mann
2014-06-19
1
-1
/
+1
*
Fixup: tvb_* -> tvb_captured
Dario Lombardo
2014-06-18
1
-1
/
+1
*
Fixup: tvb_get_string(z) -> tvb_get_string(z)_enc
Dario Lombardo
2014-06-18
1
-3
/
+3
*
Use try_val_to_str() in heuristics test (intead of a loop); ensure no excepti...
Bill Meier
2014-03-14
1
-18
/
+15
*
Remove all $Id$ from top of file
Alexis La Goutte
2014-03-04
1
-2
/
+0
*
And more constification.
Guy Harris
2014-01-14
1
-6
/
+6
*
More constification.
Guy Harris
2014-01-14
1
-1
/
+1
*
Don't cast away constness when you don't have to.
Guy Harris
2014-01-14
1
-6
/
+7
*
Add missing includes
Jakub Zawadzki
2013-12-21
1
-0
/
+1
*
Rename a couple of to_str functions to have ep_ in the name. This makes it
Evan Huus
2013-12-19
1
-2
/
+2
*
Fix [-Wmissing-prototypes]
Jakub Zawadzki
2013-12-15
1
-2
/
+3
*
When including <epan/prefs.h> don't force inclusion of <epan/uat.h>
Jakub Zawadzki
2013-12-03
1
-0
/
+2
*
emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-3
/
+3
*
Convert a few more dissectors to wmem
Pascal Quantin
2013-09-12
1
-3
/
+4
*
From Chen Li via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8949 :
Jeff Morriss
2013-07-26
1
-4
/
+3
*
From chen li
Martin Kaiser
2013-06-03
1
-0
/
+4
*
Enhance BT-DHT Dissector * Use proto_tree_add_item * Enhance display list (no...
Alexis La Goutte
2013-04-20
1
-45
/
+39
*
Fix Modelines (No CR in the end of file)
Alexis La Goutte
2013-04-15
1
-1
/
+0
*
From report of chen li via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...
Alexis La Goutte
2013-04-15
1
-3
/
+3
*
Fix a bunch of warnings.
Guy Harris
2012-12-26
1
-3
/
+3
*
From Patrik Lundquist:
Anders Broman
2012-12-05
1
-44
/
+86
*
Introduce, and start using, TVB_SET_ADDRESS() and TVB_SET_ADDRESS_HF(). They
Jeff Morriss
2012-12-02
1
-2
/
+2
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
1
-2
/
+0
*
Initial commit to support yet another method of passing data between dissectors.
Jakub Zawadzki
2012-09-10
1
-3
/
+3
*
Use val_to_str_const() where appropriate;
Bill Meier
2012-08-10
1
-2
/
+2
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
1
-1
/
+1
*
Get rid of a couple of warnings.
Anders Broman
2012-06-04
1
-5
/
+5
*
Fix Fix "bt-dht [..] NOT registered properly" as reported in Bug #6571.
Bill Meier
2012-01-20
1
-61
/
+119
*
Fix memory leaks involving tvb_get_string[z]().
Chris Maynard
2011-12-28
1
-5
/
+5
*
Remove unneeded #includes;
Bill Meier
2011-11-15
1
-12
/
+10
*
From Xiao Xiangquan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5767
Alexis La Goutte
2011-10-28
1
-0
/
+527