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
/
plugins
/
irda
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment out numerous unused hf_.... instances found by checkhf.
Bill Meier
2013-02-10
2
-4
/
+8
*
Make the other plugin makefiles use the new style introduced in the MATE
Guy Harris
2013-02-09
3
-24
/
+42
*
replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned i...
Michael Mann
2013-01-04
4
-41
/
+41
*
We always HAVE_CONFIG_H so don't bother checking whether we have it or not.
Jeff Morriss
2012-09-20
3
-9
/
+3
*
Update FSF address - part II.
Jakub Zawadzki
2012-06-28
2
-2
/
+2
*
Update Free Software Foundation address.
Jakub Zawadzki
2012-06-28
3
-3
/
+3
*
Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt if Makefi...
Bill Meier
2012-06-01
1
-1
/
+1
*
Windows: Set Makefile.common as a plugin.c dependency so plugin.c is rebuilt ...
Bill Meier
2012-06-01
1
-2
/
+2
*
As suggested in http://www.wireshark.org/lists/wireshark-dev/201204/msg00062....
Jeff Morriss
2012-04-27
1
-3
/
+3
*
Add a "-build" argument to checkAPIs.pl. Use that argument when building
Jeff Morriss
2012-04-04
2
-2
/
+2
*
Add *.sbr files to the clean target.
Anders Broman
2012-01-29
1
-1
/
+1
*
For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.
Bill Meier
2011-10-21
2
-11
/
+11
*
Do some more conversions of proto_tree_add_item() 'encoding' arg
Bill Meier
2011-10-18
1
-18
/
+18
*
Convert plugin files proto_tree_add_item() 'encoding' arg for field types FT_...
Bill Meier
2011-10-15
1
-5
/
+5
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...
Bill Meier
2011-10-10
1
-12
/
+12
*
Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin...
Bill Meier
2011-10-06
3
-31
/
+31
*
Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...
Bill Meier
2011-10-05
3
-12
/
+12
*
Second try to move crc routines to libwsutil.
Stig Bjørlykke
2011-08-31
1
-1
/
+1
*
Revert r38800, as the crc routines contains some tvb functions.
Stig Bjørlykke
2011-08-30
1
-1
/
+1
*
Move all crc routines to libwsutil.
Stig Bjørlykke
2011-08-30
1
-1
/
+1
*
Add a missing break.
Anders Broman
2011-03-29
1
-0
/
+1
*
A bit of Windows makefiles rework and cleanup:
Bill Meier
2011-02-02
1
-2
/
+3
*
Rename the routines that handle dissector tables with unsigned integer
Guy Harris
2010-12-20
2
-3
/
+3
*
Fix for bug 5435:
Jaap Keuter
2010-11-25
1
-1
/
+3
*
Plugins are not shared libraries, so:
Guy Harris
2010-09-24
1
-1
/
+0
*
H. Sivank <hsivank@gmail.com>
Jörg Mayer
2010-09-23
1
-1
/
+1
*
Synchronize Makefiles even more.
Jaap Keuter
2010-05-14
1
-0
/
+1
*
Add Cmake stuff to the source distribution so more people can try it out.
Jeff Morriss
2010-05-14
1
-4
/
+5
*
Get rid of a bunch of check_col().
Anders Broman
2010-04-05
2
-134
/
+92
*
cmake changes:
Jörg Mayer
2010-03-18
1
-2
/
+3
*
- Remove the lib prefix for plugin names.
Jörg Mayer
2010-02-24
1
-4
/
+2
*
Fix some gcc -Wshadow warnings.
Bill Meier
2010-01-28
1
-2
/
+1
*
From Didier Gautheron:
Anders Broman
2010-01-13
1
-4
/
+2
*
Remove the address operator from value_string arrays fed to VALS()
Gerasimos Dimitriadis
2009-11-17
1
-1
/
+1
*
Beginnings of enabling static builds. Still to do:
Jörg Mayer
2009-11-17
1
-1
/
+1
*
cmake will now honor -Werror if configured (default: on)
Jörg Mayer
2009-11-07
1
-3
/
+15
*
Replace GMemChunk usage with se_alloc();
Bill Meier
2009-10-12
1
-27
/
+5
*
Use register_dissector_files in the plugins dissectors
Kovarththanan Rajaratnam
2009-10-09
1
-25
/
+3
*
Build plugins with cmake on OSX.
Stig Bjørlykke
2009-10-06
1
-0
/
+2
*
Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...
Kovarththanan Rajaratnam
2009-09-23
1
-1
/
+1
*
CMake:
Jörg Mayer
2009-09-21
1
-0
/
+6
*
Build a few more plugins
Jörg Mayer
2009-09-16
1
-0
/
+71
*
Save some memory: Don't statically allocate ett[] arrays used "dynamically".
Bill Meier
2009-09-15
2
-3
/
+3
*
Run checkapi on the dissector header files
Jeff Morriss
2009-09-13
2
-2
/
+2
*
We no longer support the old plugin API so remove it completely from the buil...
Kovarththanan Rajaratnam
2009-09-09
1
-1
/
+1
*
(Minor) Remove unneeded #includes.
Bill Meier
2009-08-21
2
-8
/
+0
*
Switch a bunch of dissectors over to using tvb_new_subset_remaining()
Kovarththanan Rajaratnam
2009-08-16
2
-10
/
+10
*
Don't guard col_clear with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-2
/
+1
*
Don't guard col_set_str (COL_INFO) with col_check
Kovarththanan Rajaratnam
2009-08-09
1
-3
/
+1
*
Don't guard col_set_str (COL_PROTOCOL) with col_check
Kovarththanan Rajaratnam
2009-08-09
2
-16
/
+8
[next]