aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tds.c
AgeCommit message (Expand)AuthorFilesLines
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-24TDS: Missing break in switch (CID 280475 & 281377)Alexis La Goutte1-0/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-11-26Remove the use of pinfo->private_data from dissectors that just save it to re...Michael Mann1-7/+0
2014-10-20Get rid of unnecessary includes of ctype.h.Guy Harris1-1/+0
2014-10-19TDS: Make buildbot happyAlexis La Goutte1-1/+1
2014-10-19Eliminate proto_tree_add_text from packet-tds.cMichael Mann1-111/+175
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-25/+10
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-2/+2
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-3/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-3/+3
2013-12-16Use proto_tree_add_item() in preference to fetching the string andGuy Harris1-40/+39
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-24/+24
2013-09-12Use wmem_new to get the automatic casts to fix the buildbot.Evan Huus1-2/+2
2013-09-12emem -> wmemJörg Mayer1-6/+6
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-6/+6
2013-08-23Batch of filterable expert infos.Michael Mann1-19/+33
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+2
2013-07-17Remove fragment_data, add fragment_head, fragment_item - for now alias it to ...Jakub Zawadzki1-1/+1
2013-07-16A better method of avoiding the "ISO C restricts enumerator values to range o...Chris Maynard1-1/+3
2013-07-15Don't compare a guint32 against -1, compare it against 0xFFFFFFFFU.Guy Harris1-1/+1
2013-07-15Fix warning: ISO C restricts enumerator values to range of 'int'Chris Maynard1-2/+2
2013-05-21add a few filterable fields/expert infoMichael Mann1-32/+38
2013-03-31coverity 281315 logically dead codeMartin Kaiser1-6/+1
2013-03-22Don't wire into the reassembly code the notion that reassemblies shouldGuy Harris1-8/+9
2013-03-19From beroset:Anders Broman1-3/+3
2013-03-17Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+4
2013-03-17Add Modelines infoAlexis La Goutte1-0/+13
2013-02-27Move show_exception() and show_reported_bounds_error() toGuy Harris1-14/+10
2013-02-18Enums aren't guaranteed to be able to hold a value that doesn't fit inGuy Harris1-1/+3
2012-12-26Fix a bunch of warnings.Guy Harris1-12/+12
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-09-07From Robert Bullen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=76...Jeff Morriss1-1/+3
2012-08-27Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7622 :Pascal Quantin1-39/+105
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-7/+7
2012-08-10convert some simple uses to use ephemeral memoryMichael Mann1-2/+1
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-12/+12
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-06-24FT_FLOAT and FT_DOUBLE share the same comparison functions -> use same filter...Pascal Quantin1-1/+1
2012-06-23Do not use same name for filters with incompatible typesPascal Quantin1-11/+11
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-3/+2
2012-03-31Fix off by one shift errors introduced in r39530 where it seemed proper[1]Jakub Zawadzki1-20/+24