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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check for valid tree in proto_get_finfo_ptr_array() and
Stig Bjørlykke
2009-10-12
1
-0
/
+6
*
Added check for valid column in get_column_title() and
Stig Bjørlykke
2009-10-12
1
-5
/
+15
*
Return from get_column_format() when invalid column requested.
Stig Bjørlykke
2009-10-12
1
-0
/
+3
*
Fix some indentation.
Bill Meier
2009-10-12
1
-90
/
+90
*
Remove #define which is no longer req'd.
Bill Meier
2009-10-12
1
-1
/
+0
*
Initialize radius_call, so it's null if we don't pass through the code
Guy Harris
2009-10-12
1
-1
/
+1
*
Replace GMemChunks usage with se_alloc();
Bill Meier
2009-10-12
1
-185
/
+177
*
Replace use of GMemChunks by se_alloc();
Bill Meier
2009-10-12
1
-575
/
+554
*
Don't col_set_str + col_append_xxx. Just add the string instead.
Kovarththanan Rajaratnam
2009-10-11
1
-3
/
+2
*
Remove more unused variables/forward declarations
Kovarththanan Rajaratnam
2009-10-11
1
-9
/
+6
*
Make some ett/hf variables static
Kovarththanan Rajaratnam
2009-10-11
1
-6
/
+6
*
Removed unused function tap_draw_cb_error_handler().
Stig Bjørlykke
2009-10-11
1
-6
/
+0
*
Make more functions static.
Stig Bjørlykke
2009-10-11
7
-17
/
+17
*
Make all proto_* values static.
Stig Bjørlykke
2009-10-11
46
-48
/
+48
*
[Automatic manuf and enterprise-numbers update for 2009-10-11]
Gerald Combs
2009-10-11
1
-18
/
+190
*
Move make-sminmpec.pl to tools directory
Kovarththanan Rajaratnam
2009-10-11
4
-135
/
+8
*
Corrected some HF_FIELD values.
Stig Bjørlykke
2009-10-11
2
-6
/
+6
*
Change from C++ comments to C comments.
Stig Bjørlykke
2009-10-11
1
-2
/
+2
*
Make ett_* values static.
Stig Bjørlykke
2009-10-11
1
-12
/
+12
*
Make ett_nt_unicode_string static.
Stig Bjørlykke
2009-10-11
2
-6
/
+1
*
Remove unused variable
Kovarththanan Rajaratnam
2009-10-11
1
-1
/
+0
*
Switch over to using seasonal memory since the mgcp dissector was using g_mem...
Kovarththanan Rajaratnam
2009-10-11
1
-26
/
+6
*
Switch over to using seasonal memory instead of g_mem_chunkS which are deprec...
Kovarththanan Rajaratnam
2009-10-11
1
-13
/
+3
*
Set INITIAL_NUM_PROTOCOL_HFINFO to a more sensible value, e.g. 1500. Currentl...
Kovarththanan Rajaratnam
2009-10-11
1
-1
/
+1
*
As pointed out by Bill [1] we leak some header_field_info structs on shutdown...
Kovarththanan Rajaratnam
2009-10-11
1
-1
/
+10
*
Replace g_malloc + memset with g_new0
Kovarththanan Rajaratnam
2009-10-11
1
-2
/
+1
*
Set tree_is_expanded to NULL after freeing it
Kovarththanan Rajaratnam
2009-10-11
1
-1
/
+1
*
Use the slice allocator if GLIB_CHECK_VERSION > (2,10,0)
Kovarththanan Rajaratnam
2009-10-11
1
-7
/
+13
*
Use G_MEM_ALIGN when we have to determine the amount of padding needed instea...
Kovarththanan Rajaratnam
2009-10-11
1
-1
/
+1
*
Readd stuff "lost" by previous undo (r30443, r30459)
Jörg Mayer
2009-10-11
1
-4
/
+12
*
Creatig static sublibs was not a good idea:
Jörg Mayer
2009-10-11
6
-1215
/
+1009
*
Rename emem_canary => emem_canary_init to make it clear that the function ini...
Kovarththanan Rajaratnam
2009-10-11
1
-4
/
+4
*
Only check to see if 'free_list' is empty when we've just moved over a chunk ...
Kovarththanan Rajaratnam
2009-10-11
1
-3
/
+3
*
Tighten scope of some variables in emem_alloc()
Kovarththanan Rajaratnam
2009-10-11
1
-4
/
+3
*
Change EMEM_PACKET_CHUNK_SIZE to (10 * 1024 * 1024) to make it easier to see ...
Kovarththanan Rajaratnam
2009-10-11
1
-1
/
+1
*
Annotate with GNUC_FORMAT_CHECK()
Kovarththanan Rajaratnam
2009-10-11
1
-3
/
+5
*
Use g_strlcpy instead of providing our own string copy implementation
Kovarththanan Rajaratnam
2009-10-11
1
-10
/
+2
*
Use memcpy when we already know the length of the string
Kovarththanan Rajaratnam
2009-10-11
1
-8
/
+3
*
Remove redundant forward declarations
Kovarththanan Rajaratnam
2009-10-11
1
-4
/
+0
*
Don't clear INFO column. We do that implicitly when we do a col_add_fstr().
Kovarththanan Rajaratnam
2009-10-11
1
-4
/
+3
*
Don't use C++ reserved keyword 'class'
Kovarththanan Rajaratnam
2009-10-11
1
-51
/
+51
*
Replace use of GMemChunk by se_alloc;
Bill Meier
2009-10-10
2
-77
/
+33
*
Fix a benign no-effect bug;
Bill Meier
2009-10-10
1
-9570
/
+9570
*
Use consistent indentation
Bill Meier
2009-10-10
1
-281
/
+281
*
ns-cert-ext -> ns_cert_exts to make directory name consistent with filenames
Kovarththanan Rajaratnam
2009-10-10
1
-8
/
+8
*
Regenerate asn1 dissectors (no functionality change)
Kovarththanan Rajaratnam
2009-10-10
6
-14
/
+14
*
Add req_resp_hdrs_do_reassembly to the list of functions that are
Guy Harris
2009-10-10
1
-0
/
+1
*
Introduce PROTOCOL_NAME variable in makefiles
Kovarththanan Rajaratnam
2009-10-10
3
-19
/
+25
*
Correct path to pidl
Kovarththanan Rajaratnam
2009-10-10
1
-1
/
+1
*
Autogenerating epan/dissectors/dcerpc/* now works
Kovarththanan Rajaratnam
2009-10-10
3
-49
/
+28
[next]