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