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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do some cleanup:
Bill Meier
2010-01-02
3
-273
/
+288
*
For fields of type FT_ABSOLUTE_TIME, have the "display" value be one of
Guy Harris
2009-12-19
2
-21
/
+21
*
From Martin Lutz: Patch tvb_memeql return check;
Bill Meier
2009-12-17
1
-6
/
+6
*
Fix header field names containing dots.
Jaap Keuter
2009-12-08
2
-12
/
+12
*
Remove the address operator from value_string arrays fed to VALS()
Gerasimos Dimitriadis
2009-11-17
5
-10
/
+10
*
Beginnings of enabling static builds. Still to do:
Jörg Mayer
2009-11-17
16
-19
/
+19
*
cmake will now honor -Werror if configured (default: on)
Jörg Mayer
2009-11-07
16
-62
/
+259
*
add "reserved for profiles" comments
Ulf Lamping
2009-11-04
1
-18
/
+21
*
From Benjamin Meyer:
Anders Broman
2009-11-03
1
-1
/
+1
*
From Matthias FRANK:
Anders Broman
2009-11-03
1
-7
/
+268
*
From Matthias FRANK:
Anders Broman
2009-11-02
1
-31
/
+195
*
The stats_tree plugin deserves a version number other than "0.0".
Stig Bjørlykke
2009-10-26
1
-1
/
+1
*
Don't call PROTO_ITEM_SET_GENERATED(proto_tree_add[...]): that will end up ad...
Jeff Morriss
2009-10-20
1
-9
/
+17
*
Removed redundant redeclaration of delete_avpl().
Stig Bjørlykke
2009-10-19
1
-6
/
+0
*
Renamed tvb_new -> new_tvb to avoid name collision.
Stig Bjørlykke
2009-10-19
2
-23
/
+23
*
Added cast to (void *) for pointers used in printf format %p.
Stig Bjørlykke
2009-10-19
1
-17
/
+17
*
Initialize variables which may be used uninitialized.
Stig Bjørlykke
2009-10-12
1
-4
/
+4
*
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
13
-301
/
+36
*
Use register_dissector_files in asn1 plugin
Kovarththanan Rajaratnam
2009-10-09
1
-25
/
+3
*
From Didier Gautheron:
Anders Broman
2009-10-09
17
-57
/
+53
*
Don't include config.h in header files.
Stig Bjørlykke
2009-10-07
5
-20
/
+0
*
Build plugins with cmake on OSX.
Stig Bjørlykke
2009-10-06
16
-0
/
+43
*
From Benjamin Meyer:
Anders Broman
2009-10-04
1
-7
/
+40
*
From Benjamin Meyer:
Anders Broman
2009-10-04
1
-1
/
+8
*
Remove check_col()
Kovarththanan Rajaratnam
2009-10-04
1
-24
/
+6
*
Use G_N_ELEMENTS instead of hard coding size of array
Kovarththanan Rajaratnam
2009-10-04
1
-2
/
+2
*
Constify wimax_mac_calc_crc8()
Kovarththanan Rajaratnam
2009-10-04
3
-3
/
+3
*
Constify wimax_mac_calc_crc16()
Kovarththanan Rajaratnam
2009-10-04
3
-10
/
+10
*
Constify wimax_mac_calc_crc32()
Kovarththanan Rajaratnam
2009-10-04
5
-5
/
+5
*
Remove forward references
Kovarththanan Rajaratnam
2009-10-04
1
-13
/
+0
*
Move prototype to wimax_utils.h
Kovarththanan Rajaratnam
2009-10-04
2
-1
/
+2
*
Include wimax_utils.h
Kovarththanan Rajaratnam
2009-10-04
1
-1
/
+2
*
Until we either supply "yapp" or put "yapp" into the list of tools you
Guy Harris
2009-09-25
1
-1
/
+0
*
Try to add tpg, but it seems it doesn't build with autofoo either.
Jörg Mayer
2009-09-25
3
-0
/
+159
*
Forgot to commit the unistim cmakefile
Jörg Mayer
2009-09-25
1
-0
/
+75
*
Fix build of make and asn1 plugins.
Jörg Mayer
2009-09-25
2
-6
/
+11
*
* Prefer col_append_str instead of col_append_fstr for constant strings
Kovarththanan Rajaratnam
2009-09-24
6
-102
/
+51
*
Don't guard col_append_str with check_col
Kovarththanan Rajaratnam
2009-09-24
1
-28
/
+7
*
Remove check_col() guard
Kovarththanan Rajaratnam
2009-09-24
8
-31
/
+7
*
Update *.vcproj to visual studio 8
Anders Broman
2009-09-24
1
-1
/
+2
*
Use col_set_str instead of col_add_fstr/col_add_str when adding constant stri...
Kovarththanan Rajaratnam
2009-09-23
4
-6
/
+5
*
Use col_set_str instead of col_add_fstri/col_add_str when adding constant str...
Kovarththanan Rajaratnam
2009-09-23
6
-9
/
+9
*
Don't col_clear() followed by col_set_str(). A col_set_str() will clear (repl...
Kovarththanan Rajaratnam
2009-09-23
8
-8
/
+0
*
Build more plugins with cmake.
Jörg Mayer
2009-09-23
5
-0
/
+415
*
Use col_set_str instead of col_add_fstr when adding constant strings to COL_INFO
Kovarththanan Rajaratnam
2009-09-22
9
-12
/
+9
*
CMake:
Jörg Mayer
2009-09-21
8
-0
/
+130
*
Use tvb_get_ephemeral_stringz() instead of tvb_get_stringz()
Kovarththanan Rajaratnam
2009-09-20
1
-8
/
+7
*
Build a few more plugins
Jörg Mayer
2009-09-16
6
-0
/
+475
*
Save some memory: Don't statically allocate ett[] arrays used "dynamically".
Bill Meier
2009-09-15
5
-6
/
+6
[next]