aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-12-25Lua accessor for Protocol field type gets wrong dataHadriel Kaplan1-2/+21
2014-12-25Bug 10233 - Wireshark crashes if Lua heuristic dissector returns trueHadriel Kaplan2-7/+17
2014-12-25 NBAP: fix ddi missed for non first macdflow_id in E-DCH channelIlya Gavrilov1-4/+3
2014-12-24TCP: TCP Fast Open Cookie is now standardisedAlexis La Goutte1-17/+55
2014-12-24packet-git.c says it was copied from packet-pop, but that doesn't meanStephen Fisher1-1/+0
2014-12-24TCP: fix indent and reorder Multipath TCPAlexis La Goutte1-21/+21
2014-12-24GIOP dissector doesn't handle two packets in a rowHadriel Kaplan1-6/+9
2014-12-24Replace fc_to_str with address_to_str or tvb_fc_to_str.Michael Mann6-23/+12
2014-12-24RSVP: fix display of unknown Juniper AttributAlexis La Goutte1-2/+2
2014-12-24RSVP: Conversations / Endpoint: wrong filter when select a RSVP conversations...Alexis La Goutte1-3/+14
2014-12-24canopen: Verbosity for INFO columnEnrico Jorns1-152/+176
2014-12-24TDS: Missing break in switch (CID 280475 & 281377)Alexis La Goutte1-0/+2
2014-12-23packet-reload needs conversation.h stillStephen Fisher1-0/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson102-167/+0
2014-12-23Restore prefs.h for ipv6 tooMartin Mathieson1-0/+1
2014-12-23Adding back epan/prefs.h to try to fix buildMartin Mathieson1-0/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson57-82/+0
2014-12-23[column utils] fix warning: unknown command tag name [-Wdocumentation-unknown...Alexis La Goutte1-1/+1
2014-12-23Restore stdlib.h (should not have been deleted - mispelt in script)Martin Mathieson1-0/+1
2014-12-23epan/llcsaps.h was needed, so restore includeMartin Mathieson1-0/+1
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson72-129/+0
2014-12-23RTPS: Missing break in switch (CID 996922)Alexis La Goutte1-1/+1
2014-12-23NetScaler Trace: Missing break in switch (CID 281457, 727776 & 1021060)Alexis La Goutte1-1/+3
2014-12-23NASDAQ ITCH: Missing break in switch (CID 280465)Alexis La Goutte1-0/+1
2014-12-23ISNS: Missing break in switch (CID 280460)Alexis La Goutte1-0/+1
2014-12-23RSVP: RECORD_ROUTE IPv4 Subobject Flags field incorrect decodingAlexis La Goutte1-3/+3
2014-12-23NDPS: Missing break in switch (CID 281286)Alexis La Goutte1-0/+1
2014-12-23Makefile (epan/dissectors): fix indent (use tabs)Alexis La Goutte1-1/+1
2014-12-23CMake (epan/CMakeList.txt): fix indent (use tabs)Alexis La Goutte1-72/+72
2014-12-23kerberos: Re-add needed #include <stdio.h>Bill Meier1-6/+8
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier99-874/+675
2014-12-23packet-dtls.c still needs conversation.hStephen Fisher1-0/+1
2014-12-23Move popcount() to an optionally built part of wsutil for systems thatStephen Fisher1-15/+4
2014-12-22Include <math.h> or <stdlib.h> as necessary to declare functions.Guy Harris1-0/+1
2014-12-22Include <math.h> or <stdlib.h> as necessary to declare functions.Guy Harris4-1/+4
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson112-167/+0
2014-12-22Cast a parameter in the kerberos dissector so it compiles withoutStephen Fisher1-1/+1
2014-12-22Revert "Move packet-kerberos.c to the dirty dissectors because it generates w...Alexis La Goutte1-1/+1
2014-12-22packet-couchbase.c: remove field which does not existsSergey Avseyev1-2/+0
2014-12-22Fix unknown command tag name [-Wdocumentation-unknown-command]Alexis La Goutte7-11/+9
2014-12-22fix warning: parameter 'list' not found in the function declaration [-Wdocume...Alexis La Goutte1-1/+0
2014-12-22ANSI MAP: Remove from Dirty ASN1 listAlexis La Goutte2-2/+2
2014-12-22ANSI_MAP: Fix unused function (by add to .OMIT list)Alexis La Goutte1-236/+45
2014-12-22PTP: Fix ptp_tree may be used uninitialized in this function [-Werror=maybe-u...Alexis La Goutte1-1/+1
2014-12-22remove unnecessary integer overflow checksMartin Kaiser1-23/+4
2014-12-22Fix AARP AppleTalk address parsingDoug Brown1-2/+2
2014-12-22Squelch a compiler warning.Guy Harris1-1/+1
2014-12-22stats_tree: g_sprintf()-->g_snprintf(); cleanup #includes.Bill Meier1-6/+5
2014-12-22print.c: clean up #includesBill Meier1-9/+4
2014-12-22Use the messageLength field to indicate the message length.Guy Harris1-4/+42