aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2009-10-01From Gregor Jasny via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4065 :morriss1-499/+547
2009-10-01From Gerasimos Dimitriadis:etxrab1-1/+22
2009-10-01From Vincent Helfre:etxrab1-5752/+4189
2009-10-01Removed fetching an unused variable. Leaving as a commentstig1-2/+1
2009-10-01Removed redundant prototype of Tvb_range().stig1-2/+0
2009-10-01Don't pass in ephemeral allocated string to col_set_str()krj1-24/+24
2009-10-01Added a cast to avoid another warning.stig1-1/+1
2009-10-01Made lua_load_script() static.stig1-1/+1
2009-10-01Fixed input argument for sscanf "%x" (shall be unsigned int).stig1-4/+3
2009-10-01Update to 3GPP TS 36.413 V9.0.0 (2009-09)etxrab1-34/+430
2009-10-01Update to 3GPP TS 36.413 V8.7.0 (2009-09)etxrab1-2/+3
2009-10-01Cast a pointer to avoid a warning.stig1-1/+1
2009-10-01we need to copy the information about the transport syntax, i.e. i fit sahlberg2-2/+13
2009-10-01Remove comment asking if this function should be in strutil.c since it issfisher1-1/+0
2009-09-30From Jared Renzullo:jake1-0/+4
2009-09-30Removed unused variable.stig1-15/+8
2009-09-30Removed 'l' modifier for %g, as it will be ignored.stig1-3/+3
2009-09-30Added some check for a valid beep_frame_data.stig1-88/+87
2009-09-30Corrected hfinfo.ref_count -> hfinfo.ref_type.stig1-1/+1
2009-09-30Rename hfinfo.ref_count to hfinfo.ref_type since that's now how it's used.wmeier4-38/+38
2009-09-30Remove unneeded 'if(check_col()...)'wmeier1-2/+1
2009-09-30Remove some unneeded (indirect) 'if(check_col()...)' guarding.wmeier1-11/+7
2009-09-30#include <epan/expert.h>, <epan/strutil.h>, <stdio.h> & etc not needed....wmeier1-5/+1
2009-09-30Rework is_acn to use tvb_memeql insted of doing a tvb_get_epemeral_string and...wmeier1-13/+9
2009-09-30Whitespace changeswmeier1-21/+22
2009-09-30Move the definition of the uuid, and registration of its name, for the sahlberg2-31/+56
2009-09-30The dcerpc dissectors used to walk the list of items upward parent by sahlberg1-13/+20
2009-09-30add the name ModeSense6 to the list of known opcodes for mmcsahlberg1-0/+1
2009-09-29Print correct destination for SIGCOMP_INSTR_COPY_LITERAL.stig1-1/+1
2009-09-29Avoid a possible dereference of null pointer.stig1-1/+3
2009-09-29Mark unused argument instead of assigning to an unused variable.stig1-4/+1
2009-09-29Don't include config.h in header files.stig2-4/+0
2009-09-29Removed unused variable 'sep_len' in col_do_append_str().stig1-6/+1
2009-09-29Fixed an if-check in gcp_analyze_msg().stig1-1/+1
2009-09-29Removed unused variable 'hfinfo' in proto_tree_set_time().stig1-3/+0
2009-09-29Removed unused variable 'bytes' in oid_subid2encoded.stig1-2/+1
2009-09-29Use correct prototypes when having no arguments.stig1-14/+16
2009-09-29Move luaopen_bit() to wslua.hstig2-1/+2
2009-09-29Made gcp_trx_to_str() static.stig1-1/+1
2009-09-29Corrected prototype for ex_opt_get_nth().stig1-1/+1
2009-09-29Put caqm inside INET6 guard in host_lookup6().stig1-69/+1
2009-09-29Ensure we don't dereference a null pointer.stig1-1/+1
2009-09-29Ensure we don't dereference a null pointer.stig1-1/+5
2009-09-28Removed second prototype of dissect_zbee_aps_skke_data().stig1-2/+0
2009-09-28Only include config.h in C files, to avoid multiple inclusion.stig10-8/+31
2009-09-28Only include config.h in C files, to avoid multiple inclusion.stig3-8/+4
2009-09-27Fix a possible dereference of null pointer when having no tree.stig1-13/+9
2009-09-27[Automatic manuf and enterprise-numbers update for 2009-09-27]gerald1-14/+182
2009-09-25The data sources can be used even if the protocol tree isn't being builtguy1-4/+11
2009-09-25wslua now builds, links and installs.jmayer3-19/+41