aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki21-31/+31
2013-12-20unknown2/3 -> capturelen1/2Jörg Mayer1-8/+8
2013-12-20Improved the valuestring documentation.Stig Bjørlykke1-7/+7
2013-12-20Add new string_enc and stringz_enc methods that take an encoding valueGuy Harris1-4/+64
2013-12-20#if 0 some unused #defines.Bill Meier1-0/+2
2013-12-20#if 0 some unused #defines;Bill Meier1-0/+15
2013-12-20The payload of a compressed Kafka message is supposed to be itself aEvan Huus1-1/+6
2013-12-20Simplify dissect_kafka_metadata_request() to not add an unnecessary tree andEvan Huus1-13/+2
2013-12-20use small negative values for the error definesMartin Kaiser2-27/+26
2013-12-20we can display UTF-8 encoded ISO 10646 BMP without any mappingMartin Kaiser1-0/+3
2013-12-20add Asian DVB-SI character tablesMartin Kaiser2-28/+46
2013-12-20simplify the defines for DVB chartablesMartin Kaiser2-54/+29
2013-12-20Replace one more g_memmove with memmove, add a cast to make the Lua stuffEvan Huus1-1/+1
2013-12-20g_memmove has been removed in favour of normal memmove in the latest glibEvan Huus1-2/+2
2013-12-20As pointed out in http://ask.wireshark.org/questions/28304/questions-on-packe...Jeff Morriss1-2/+2
2013-12-20Build correct base table in init.lua after changes in epan/proto.hStig Bjørlykke1-5/+2
2013-12-20Rewrote ProtoField_new to:Stig Bjørlykke1-47/+115
2013-12-20use STR_ASCII instead of BASE_NONE for stringsMartin Kaiser1-13/+13
2013-12-20don't assert if an FT_BYTES entry is emptyMartin Kaiser1-3/+2
2013-12-20Fix indentation.Guy Harris1-1/+1
2013-12-20bytes_to_hexstr_punct() does not add a null terminator, so we must addGuy Harris1-1/+4
2013-12-20Strip leading spaces in unknown-extension value.Stig Bjørlykke1-1/+1
2013-12-20Fix a "'str' may be used uninitialized in this function" errorPascal Quantin1-1/+1
2013-12-20comment out unused functionMartin Kaiser1-1/+2
2013-12-20fix compilation without libgcryptMartin Kaiser1-6/+15
2013-12-20Fix time dissection broken in r54274Pascal Quantin1-14/+15
2013-12-20Try to please the buildbot.Anders Broman1-1/+1
2013-12-20Fix [-Wmissing-prototypes]Anders Broman9-6/+12
2013-12-20Make more items filterable courtesy of convert_proto_tree_add_text.plMichael Mann1-22/+47
2013-12-19Try to please Clang-Code-Analysis buildbotPascal Quantin1-3/+2
2013-12-19Add out-of-band send_preamble event to UDP framing protocolPascal Quantin2-0/+10
2013-12-19Makes "slot" filterable to pacify checkAPIs.plMichael Mann1-23/+41
2013-12-19proto_tree_add_text -> proto_tree_add_string to satisfy checkAPIs.plMichael Mann1-9/+10
2013-12-19proto_tree_add_text -> proto_tree_add_xxx conversion.Michael Mann1-1096/+732
2013-12-19Add System Frame Number to UDP framing protocol and display it in info columnPascal Quantin2-8/+13
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus6-4/+36
2013-12-19Remove 'L' and 'LL' from constants; they are all used as 32-bit quantities.Bill Meier1-29/+31
2013-12-19Add XXX comment as follows:Bill Meier1-14/+29
2013-12-19Cast result of strtol() to guint32;Bill Meier1-1/+1
2013-12-19Need to call ptvcursor_current_offset() BEFORE ptvcursor_free().Chris Maynard1-1/+1
2013-12-19Change types and add cast to try to please buildbotMartin Mathieson1-3/+3
2013-12-19Fix leaks where ptvcursor_free() wasn't being called.Chris Maynard2-0/+8
2013-12-19Since we're always calling ptvcursor_new() now, always call ptvcursor_free().Chris Maynard1-2/+1
2013-12-19Cope with spaces or dashes in security keysMartin Mathieson1-8/+44
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus49-201/+170
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus103-351/+351
2013-12-19Modelines and consistent indentation.Evan Huus1-553/+565
2013-12-19Renamed new_TvbRange to push_TvbRange and use this when creating a newStig Bjørlykke3-25/+17
2013-12-19Improved compressed user data handling.Stig Bjørlykke1-37/+38
2013-12-19Use proto_tree_add_item() or tvb_get_string_enc() instead ofGuy Harris6-13/+11