summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2010-10-30Use value_string_ext fcns to access two value_string arrays;Bill Meier1-31/+36
2010-10-30Make tvb_strncaseeql()'s size parameter be a size_t. Cast the size to int be...Jeff Morriss2-4/+4
2010-10-30Use value_string_ext fcns to access a value_string array.Bill Meier1-6/+8
2010-10-30Make tvb_strneql()'s size parameter be a size_t. Remove some now-unnecessary...Jeff Morriss7-16/+16
2010-10-30Set maximum value for UAT range in fld_data, not cbdata.chk/set/tostr.Stig Bjørlykke1-1/+1
2010-10-30Use value_string_ext fcns to access a value_string array;Bill Meier1-129/+141
2010-10-30From John Sullivan:Jaap Keuter1-604/+1863
2010-10-30Use value_string_ext fcns to access two value_string arrays.Bill Meier3-34/+36
2010-10-30Add an SVN Id to these PIDL-generated dissector headers. A patch to PIDL has...Jeff Morriss17-0/+34
2010-10-30Rev 29427 added packet_add_new_data_source() with a comment indicating thatJeff Morriss7-43/+14
2010-10-30Minor reformatting and whitespace cleanup.Bill Meier1-60/+65
2010-10-30From Jouni Malinen:Anders Broman1-0/+10
2010-10-30Use value_string_ext to access one of the value-string arrays.Bill Meier1-256/+258
2010-10-30Add an SVN Id to these PIDL-generated dissectors. A patch to PIDL will be se...Jeff Morriss17-0/+34
2010-10-30From Robert Bullen:Anders Broman1-8/+36
2010-10-30Fix the randpkt assertion reported in https://bugs.wireshark.org/bugzilla/sh...Jeff Morriss1-5/+10
2010-10-30Should be a "new-style" dissector because its caller expects it to be now, butChris Maynard1-2/+3
2010-10-30The ASF dissector should be a new-style dissector, so its caller knowsGuy Harris1-2/+3
2010-10-30 It never rejects a packet, so it's not a "new-style" dissector.Bill Meier1-2/+1
2010-10-30Fixed checkAPIs.pl warning, which I forgot to run earlier. Ugh.Chris Maynard1-1/+1
2010-10-29It never rejects a packet, so it's not a "new-style" dissector.Guy Harris1-2/+1
2010-10-29Fixes bug 974 by adding RSP trailer. Also resolves packet-asp "FIXME" forChris Maynard3-27/+259
2010-10-29Use value_string_ext fcns to access two value-string arrays;Bill Meier4-39/+53
2010-10-29Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4768 :Jeff Morriss5-38/+79
2010-10-29Improve g_warning text slightly.Bill Meier1-1/+3
2010-10-29One more:Stig Bjørlykke1-1/+1
2010-10-29Make the third argument to a UAT copy callback a size_t.Stig Bjørlykke2-2/+2
2010-10-29Make the third argument to a UAT copy callback a size_t (not that any ofGuy Harris12-12/+12
2010-10-29Use value_string_ext fcns to access certain value_string arrays.Bill Meier5-44/+56
2010-10-29Use value_string_ext to access 'commands' value_string.Bill Meier1-6/+8
2010-10-29Use value_string_ext to access several "relatively large" value-strings.Bill Meier4-25/+34
2010-10-29(Trivial) Do 'find_dissector("data");' only once.Bill Meier1-1/+1
2010-10-29From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-2/+2
2010-10-29Add cause values.Anders Broman1-1/+25
2010-10-28Copy hf variables by value, not by reference.Jeff Morriss2-16/+16
2010-10-28Use ENC_LITTLE_ENDIAN and ENC_NA.Jeff Morriss2-73/+78
2010-10-28From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss3-0/+669
2010-10-28Use ENC_NA tooJeff Morriss2-4/+4
2010-10-28Use ENC_BIG_ENDIAN and ENC_LITTLE_ENDIANJeff Morriss2-65/+65
2010-10-28From Pascal Quantin:Anders Broman1-1/+0
2010-10-27From Matt Parrisimo:Jaap Keuter1-25/+171
2010-10-27Fix the disssector assertion reported in https://bugs.wireshark.org/bugzilla/...Jeff Morriss1-5/+5
2010-10-27Fix the reassembly assertion reported in https://bugs.wireshark.org/bugzilla/...Jeff Morriss1-8/+9
2010-10-27Added two new functions: nstime_diff() and nstime_subtract().Stig Bjørlykke3-0/+31
2010-10-27Try to decode the unknown multipart subtype anyway.Jaap Keuter1-0/+8
2010-10-27Try to decode the unknown multipart subtype anyway.Jaap Keuter1-0/+7
2010-10-27Supply an entry to use for unknown multipart subtype.Jaap Keuter1-0/+6
2010-10-27From Fred Fierling:Anders Broman1-2/+1
2010-10-27If we get a syntax error reading the preferences file, tell which preference ...Jeff Morriss1-3/+3
2010-10-27From Thomas Boehne via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=53...Jeff Morriss1-5/+46