aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2011-04-04Mark pinfo as unused.Anders Broman1-1/+1
2011-04-04Get rid of gsm_a_dtap_pinfo.Anders Broman6-68/+56
2011-04-04Change the signature of elem_fcn():ns to include pinfo.Anders Broman24-1036/+1013
2011-04-04Change the msg_fcn() signature to include pinfo.Anders Broman11-563/+561
2011-04-04From jakub Zawadzki:Anders Broman2-8/+17
2011-04-03Don't assign to a proto_item* if the value won't be used: Coverity 885-889Bill Meier1-1351/+1320
2011-04-03[Automatic manuf, services and enterprise-numbers update for 2011-04-03]Gerald Combs1-9/+197
2011-04-02-Whitespace fix in gsm_map-template(no need to regenerate).Anders Broman1-17/+28
2011-04-01From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-33/+70
2011-04-01Avoid potential buffer overruns when sscanf'ing strings.Chris Maynard1-2/+2
2011-04-01Remove const type qualifier from cast. Resolves CID's 582-585.Chris Maynard1-1/+1
2011-04-01Take care not to append RLC mode to proto_item twice.Martin Mathieson1-3/+0
2011-03-31Fix 11 occurrences of returned pointer never used. Fixes CID's 1064-1067.Chris Maynard1-12/+11
2011-03-31separator will never be NULL, but sep_len could be 0, so test for that instead.Chris Maynard1-1/+1
2011-03-31Clear the entire contents of ctx at the end of md5_finish(). Fixes CID 712.Chris Maynard1-3/+1
2011-03-31From Alexis La Goutte via bug 5790: Fix 8 clang warnings, all of which were:Chris Maynard1-7/+13
2011-03-31Delete unused header fields found by running tools/checkhf.pl.Chris Maynard2-11/+0
2011-03-31(Trivial) Fix some typos; do some whitespace cleanup & rewording of comments.Bill Meier1-26/+26
2011-03-31From Yair via bug 5779: Add option to leave AAL5 in unspecified format.Chris Maynard1-1/+15
2011-03-31From Andrew Feren via bug 5775: Correct types on several info elements.Chris Maynard1-13/+17
2011-03-31Register tcp by name.Stig Bjørlykke1-1/+2
2011-03-31Use correct functions to fetch protocol name for a dissector registered Stig Bjørlykke1-9/+6
2011-03-31Added dissector_handle_get_long_name().Stig Bjørlykke2-0/+14
2011-03-31Use correct length for clientaddr4 callback address entry.Stig Bjørlykke1-2/+2
2011-03-30remove two pointless const in castsRonnie Sahlberg1-1/+1
2011-03-30remove some assignments we dont useRonnie Sahlberg1-11/+11
2011-03-29Change TCP_PORT_MANGO to TCP_PORT_MONGO.Chris Maynard1-2/+2
2011-03-29Don't put a 65536 byte variable on the stack: instead, malloc/free it.Jeff Morriss1-15/+19
2011-03-29From Alexis La Goutte via bug 5790: Add partial bit flag in query.Chris Maynard1-0/+7
2011-03-29Remove check_col().Anders Broman1-17/+13
2011-03-29Guard against NULL return from find_protocol_by_id().Stig Bjørlykke1-0/+3
2011-03-29From Pascal Quantin:Stig Bjørlykke1-6/+15
2011-03-29RTP: display payload type name from dynamic payload type tableTomas Kukosa2-5/+2
2011-03-28Cast to guint to avoid a Windows compiler warning.Chris Maynard1-1/+1
2011-03-28Fix for bug #4334 "VNC Hextile encoding is incomplete" from Yaniv Kaul.Stephen Fisher1-82/+103
2011-03-28Use g_ascii_strdown instead of g_strdownJeff Morriss1-1/+1
2011-03-28Don't use prohibited strncpy(). In this case, use g_strlcat() instead.Chris Maynard1-6/+1
2011-03-28From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-6/+13
2011-03-28From Stephane Bryant via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Jeff Morriss1-0/+3
2011-03-28From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-123/+148
2011-03-28Make ip.fragments an FT_BYTES field so a PDML Export will display the bytes inChris Maynard1-1/+1
2011-03-28Added payload, header and trailer information to the DLT tree entry.Stig Bjørlykke1-1/+13
2011-03-27Fix Coverity 393: "DEADCODE"; Add an XXX commentBill Meier1-2/+2
2011-03-27Add the IPv4 address, not the first 4 bytes of its name, to theGerald Combs1-1/+1
2011-03-271. Fix bug in dissection of a field; Add two missing lines of code.Bill Meier1-0/+4
2011-03-27[Automatic manuf, services and enterprise-numbers update for 2011-03-27]Gerald Combs1-6/+186
2011-03-27Added a FALLTHRU comment to avoid a "missing break" warning.Stig Bjørlykke1-1/+2
2011-03-27Added FALLTHRU comment to avoid a "missing break" warning.Anders Broman1-8/+18
2011-03-27Added a missing break.Stig Bjørlykke1-0/+1
2011-03-27Added a missing break.Stig Bjørlykke1-0/+1