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
/
doc
/
README.developer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up the "non-constant initalizers" stuff.
Guy Harris
2017-06-28
1
-6
/
+31
*
Fix the "don't initialize with non-constant variables" item.
Guy Harris
2017-06-27
1
-4
/
+20
*
documentation: Suggest using prefixed public symbols
Balint Reczey
2016-06-15
1
-0
/
+5
*
Add option to disable version.h
João Valverde
2016-04-21
1
-0
/
+10
*
Update min. GLib version and add Qt version checks
Jaap Keuter
2016-03-29
1
-5
/
+5
*
Add EditorConfig reference to README.developer
João Valverde
2016-03-14
1
-6
/
+23
*
Note that variadic macros *can* be sued.
Guy Harris
2016-01-02
1
-1
/
+4
*
Update to reflect current reality.
Guy Harris
2015-11-08
1
-29
/
+20
*
Allow use of variadic macros
Peter Wu
2015-10-05
1
-17
/
+0
*
doc: remove some references to the now defunct python support
Pascal Quantin
2014-12-12
1
-1
/
+0
*
Update the doc directory to use https://www.wireshark.org.
Gerald Combs
2014-09-17
1
-2
/
+2
*
README.dissector was split from README.developer in 2013 - update some
Joerg Mayer
2014-09-13
1
-0
/
+1
*
Remove $Id$ and other Subversion leftovers from the doc files.
Jeff Morriss
2014-02-14
1
-3
/
+0
*
Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)
Jakub Zawadzki
2013-12-20
1
-2
/
+2
*
Remove a phrase which implies that tab widths other than 8 are OK.
Bill Meier
2013-11-01
1
-4
/
+4
*
Subsume README.binarytrees into wmem doxygen. The README was out of date
Evan Huus
2013-10-13
1
-1
/
+0
*
emem -> wmem conversion:
Pascal Quantin
2013-09-22
1
-2
/
+2
*
Document the current state of naming in ui/qt. Say it's OK to use C++
Gerald Combs
2013-09-03
1
-4
/
+5
*
Split README.developer into two: README.developer and README.dissector. All the
Evan Huus
2013-06-20
1
-3131
/
+16
*
Trivial: remove extraneous word, 'is'.
Chris Maynard
2013-05-20
1
-1
/
+1
*
Add CppCheck to the list of things to run before submitting code for review.
Evan Huus
2013-04-27
1
-0
/
+5
*
Major cleanup of skeleton dissector and related bits of README.developer.
Evan Huus
2013-04-15
1
-8
/
+42
*
Put the skeleton sample code from README.developer into its own file - it's
Evan Huus
2013-04-15
1
-369
/
+20
*
Add some missing tvb_get_'s, proto_tree_add_'s, fix args and change all littl...
Chris Maynard
2013-03-28
1
-82
/
+110
*
From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339
Evan Huus
2013-03-04
1
-9
/
+34
*
mention gcrypt wrapper in README.developer
Martin Kaiser
2013-02-21
1
-0
/
+5
*
Fix the dev guide to use the correct indent (Tab => 4 Spaces) and add Modelin...
Alexis La Goutte
2013-02-01
1
-966
/
+977
*
Add 2 more verification steps to run in the "Submitting code for your new dis...
Chris Maynard
2013-01-31
1
-0
/
+8
*
Replace another instance of emem in README.developer with wmem.
Evan Huus
2012-12-29
1
-3
/
+3
*
Do a little more to discourage the use of proto_tree_add_text(): don't
Jeff Morriss
2012-12-19
1
-7
/
+9
*
Come down harder on the evils of tvb_get_ptr(): advise not to use it.
Jeff Morriss
2012-12-18
1
-43
/
+28
*
Recommend wmem over emem in the READMEs where possible.
Evan Huus
2012-12-08
1
-17
/
+17
*
Fix the main dissect_PROTO signature
Jörg Mayer
2012-11-16
1
-1
/
+1
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-19
1
-3
/
+1
*
Trivial typo fix and duplicate word removal.
Chris Maynard
2012-08-29
1
-2
/
+2
*
Force extended value string linear search (not binary search) in one case:
Bill Meier
2012-08-24
1
-2
/
+10
*
Minor update to tcp_dissect_pdus() section.
Bill Meier
2012-08-24
1
-3
/
+4
*
Add a link where to find some GUIs for git.
Jörg Mayer
2012-08-17
1
-0
/
+2
*
Add note to README.developer about not passing NULL to %s format strings.
Evan Huus
2012-08-17
1
-0
/
+4
*
Create, and start using, file name preferences.
Jeff Morriss
2012-06-13
1
-0
/
+8
*
Note that calls to "expert" functions should not be under 'if (tree)'.
Bill Meier
2012-06-12
1
-14
/
+16
*
Mention ENC_UCS_2 and ENC_UTF_16.
Guy Harris
2012-05-12
1
-5
/
+11
*
Fix typo errors
pascal
2012-04-29
1
-2
/
+2
*
Convert spaces to tabs
pascal
2012-04-25
1
-6
/
+6
*
Update descriptions of hf[] FIELDDISPLAY and BITMASK fields.
Bill Meier
2012-03-07
1
-2
/
+4
*
Emphasize corrext usage of FT_BOOLEAN 'display' field.
Bill Meier
2012-03-06
1
-14
/
+20
*
(Trivial) Fix a typo.
Bill Meier
2012-03-04
1
-1
/
+1
*
forgotten update
Anders Broman
2012-03-04
1
-2
/
+2
*
From Mike Morrin:
Anders Broman
2012-02-29
1
-0
/
+18
*
Add tvb_ip_to_str and tvb_ip6_to_str to the Dev Guide
Alexis La Goutte
2012-02-09
1
-0
/
+6
[next]