aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-12-15In dissect_ndr_byte_array(), use the field index from the dcerpc_infoGuy Harris4-77/+71
2013-12-15use ISO 8859-5 for DVB-SIMartin Kaiser1-0/+4
2013-12-15add support for ISO 8859-5Martin Kaiser4-0/+30
2013-12-15Upgrade to HTTP2 draft-09Alexis La Goutte1-26/+76
2013-12-15Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-12-15improve DVB-SI string handlingMartin Kaiser4-44/+71
2013-12-15From Chris Bontje via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9542Alexis La Goutte1-36/+92
2013-12-15Fix build with CMake (Missing dvb_chartbl.c...) Fix indent also in Makefile.c...Alexis La Goutte2-2/+3
2013-12-15From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Alexis La Goutte1-72/+0
2013-12-15Make checkAPI happyAlexis La Goutte1-2/+2
2013-12-15From Peter Lemenkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9558Alexis La Goutte1-1/+5
2013-12-15From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9546Alexis La Goutte1-0/+12
2013-12-15From Niels de Vos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9557Alexis La Goutte1-0/+44
2013-12-15Add a MIN() to avoid reading past the end of a buffer in LDSS. Caught byEvan Huus1-1/+1
2013-12-15remove a line that sneaked in from some testsMartin Kaiser1-1/+0
2013-12-15Create separate dissection functions for TCP and UDP.Michael Mann1-16/+21
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki11-24/+24
2013-12-15as requested, move the functions/defines for DVB character tablesMartin Kaiser7-256/+351
2013-12-15proto_tree_add_xxx -> proto_tree_add_itemMichael Mann1-49/+25
2013-12-15Fix a cut-and-pasteo.Guy Harris1-1/+1
2013-12-14Use "(void) <variable/>" to avoid unused variable warnings similar toGerald Combs2-2/+6
2013-12-14Fix some warningsJakub Zawadzki7-17/+15
2013-12-14sock diag netlink: dissect requests, stub for 'padding dissection'.Jakub Zawadzki1-14/+348
2013-12-14Rework code slightly to prevent VS Code Analysis warning:Bill Meier1-3/+5
2013-12-14More shorten-64-to-32 warnings.Gerald Combs4-25/+25
2013-12-14Use proto_tree_add_item() rather than fetching a string an adding it, ifGuy Harris1-9/+5
2013-12-14Fix (I think) VS Code Analyzer warnings:Bill Meier1-2/+2
2013-12-14Create/use several extended value-strings;Bill Meier2-200/+214
2013-12-14Fix VS Code Analysis warning:Bill Meier1-28/+41
2013-12-14Fix bug found by VS Code Analysis:Bill Meier1-101/+101
2013-12-14xmpp_attr_info, xmpp_attr_info_ext: Pass pointer to hfJakub Zawadzki7-399/+398
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki103-74/+284
2013-12-14Set Proto col & Clear Info col before fetching data from the tvb;Bill Meier1-23/+23
2013-12-14Add a cast to silence an unnecessary warning.Evan Huus1-1/+1
2013-12-14Fix const warnings.Jakub Zawadzki13-27/+30
2013-12-14From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9158Evan Huus1-15/+61
2013-12-14rdp_field_info_t struct: Pass pointer to hfJakub Zawadzki1-233/+233
2013-12-14Fix warningsJakub Zawadzki73-34/+203
2013-12-14Remove not needed ';'Jakub Zawadzki15-22/+22
2013-12-14Fix constiness of GET_VALSP() macro.Jakub Zawadzki1-1/+2
2013-12-14Fix some trivial warnings.Jakub Zawadzki52-18/+151
2013-12-14Use proto_tree_add_item() for UTF-16 strings when dissecting stringGuy Harris2-24/+23
2013-12-14Fix string length typo causing unitialized-value warnings caught by valgrindEvan Huus1-1/+1
2013-12-14It seems sscanf requires the input string to be null-terminated, even if it isEvan Huus1-23/+17
2013-12-13Pass the information from ATP to the conversation dissector.Guy Harris1-1/+1
2013-12-13It should halve warnings count in tn5250 dissector.Jakub Zawadzki1-378/+378
2013-12-13Fix warnings + remove some v. old comment from strutil.hJakub Zawadzki5-14/+16
2013-12-13Make sure all unused bits are 0 in bacapp, fixes uninitialized memory found byEvan Huus1-0/+1
2013-12-13Rename spotlight_get_utf16_string_encoding() toGuy Harris1-19/+27
2013-12-13In tvb_get_unicode_string(), if the byte count is odd, ignore the lastGuy Harris1-1/+5