aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-19Use tvb_get_string_enc(), or proto_tree_add_item(), rather thanGuy Harris2-71/+35
2013-12-19Use proto_tree_add_item() in cases where we don't actually look at theGuy Harris1-14/+6
2013-12-19Some patches from Peter Harris:Jeff Morriss3-7/+66
2013-12-19Exposing a couple of more constant arrays for ANSI-637. Bug 9471 (https://bu...Michael Mann2-2/+9
2013-12-18Regenerate the X11 dissector in order to pick up the change from r54232. Als...Jeff Morriss2-2/+2
2013-12-18Add charset table for ISO/IEC 8859-9 (ENC_ISO_8859_9)Jakub Zawadzki5-0/+34
2013-12-18Use ws_sign_ext64()Jakub Zawadzki1-4/+2
2013-12-18initialize info_flags, fix compile errorMartin Kaiser1-1/+1
2013-12-18Use FT_STRING for string-valued fields.Guy Harris1-69/+85
2013-12-18Remove unneeded #include epan/dissectors/packet-scsi.hAlexis La Goutte13-13/+0
2013-12-18Add extern C for stat_cmd_args (for future use in Wireshark Qt)Alexis La Goutte1-0/+8
2013-12-18"unsigned long" is not necessarily the same as "guint".Gerald Combs1-7/+7
2013-12-18Remove unused variable.Evan Huus1-2/+0
2013-12-18Remove other_decode_bitfield_value in favor of bitmasks in hf_ entry.Michael Mann1-148/+82
2013-12-18Call ptvcursor_new() to initialize cursor whether tree is NULL or not.Chris Maynard1-2/+3
2013-12-18Per user request, revert reformatting of hf[] entries done in SVN #54005.Bill Meier2-2447/+538
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus8-27/+20
2013-12-18CIMD Error Code Dissection. Bug 9570 (https://bugs.wireshark.org/bugzilla/sh...Michael Mann1-7/+144
2013-12-18Fix -Wunused-const-variable found by ClangAlexis La Goutte1-0/+4
2013-12-18Added Column clear_fence().Stig Bjørlykke1-0/+11
2013-12-18Added col_clear_fence().Stig Bjørlykke2-0/+26
2013-12-18Add cast to try to fix buildbot failureMartin Mathieson1-1/+1
2013-12-18Fix a test to allow deciphering to happen on the first pass, and close the gc...Martin Mathieson1-2/+3
2013-12-18Added ByteArray base64_decode().Stig Bjørlykke1-1/+30
2013-12-18Added support for continuation line in content type.Stig Bjørlykke1-1/+7
2013-12-18Remove unused variables to try to unbreak MAC buildbotsMartin Mathieson1-2/+3
2013-12-18Only convert string key once, during update uat callbackMartin Mathieson1-51/+77
2013-12-18Fix warning because of functions defined but not used.Irene Rüngeler1-1/+4
2013-12-18Fix [-Wmissing-prototypes]Anders Broman15-26/+33
2013-12-18Fix compilation when we don't HAVE_GCRYPT.Jeff Morriss1-5/+7
2013-12-18Presumably ansi_tsb58_language_ind_vals shouldn't be static (since it's liste...Jeff Morriss1-1/+1
2013-12-18ANSI A-interface improvements. Bug 9471 (https://bugs.wireshark.org/bugzilla...Michael Mann2-1303/+1023
2013-12-17Add two missing BASE_EXT_STRING flags as caught by Alexis's ASAN fuzzing.Evan Huus1-2/+2
2013-12-17Fix what appears to be a misuse of pointers in the LLDP dissector as caught byEvan Huus1-7/+7
2013-12-17Make local functions static. Include *.h when needed.Anders Broman12-31/+36
2013-12-17Create sign extension routines in <wsutil/sign_ext.h>, use it in few places.Jakub Zawadzki2-35/+17
2013-12-17Bugfix OpenSafety "heuristics" to only consider a packet "handled" if a subdi...Michael Mann2-6/+4