aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2014-02-02QUIC dissector : Update from last Design Document and Specification (12/2/2013)Alexis La Goutte1-31/+31
2014-02-02Fix dissector exception when GUID is empty in flagsPeter Wu1-2/+4
2014-02-02dissector for HDMI (High-Definition Multimedia Interface)Martin Kaiser5-56/+324
2014-01-31packet-iwarp-mpa: give more information if the ULPDU length doesn't matchStefan Metzmacher1-2/+2
2014-01-31remove some of the unnecessary if(tree) checksMartin Kaiser1-52/+39
2014-01-31TABs -> spacesMartin Kaiser1-705/+716
2014-01-31packet-iwarp-ddp-rdmap: make it possible to register "iwarp_ddp_rdmap" payloa...Stefan Metzmacher1-2/+16
2014-01-31Revert "In get_unicode_or_ascii_string(), check if the length is odd/even, no...Stefan Metzmacher1-1/+1
2014-01-31packet-smb.c: real fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Stefan Metzmacher1-2/+2
2014-01-31Enhance / Update ICMPv6 dissectorAlexis La Goutte1-12/+15
2014-01-31Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-01-31Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-01-31packet-smb2: dissect SMBDirect Buffer DescriptorsStefan Metzmacher1-15/+110
2014-01-30Add remove_last_data_source and fix bug 9169Evan Huus1-0/+1
2014-01-30IEC60870-5-104: Added decoding of integrated totals without time tag, fixed i...Jiri Engelthaler1-28/+32
2014-01-30Merge "openSAFETY: Fixing field / byte assignment"Alexis La Goutte1-5/+5
2014-01-30openSAFETY: Fixing field / byte assignmentRoland Knall1-5/+5
2014-01-29MIME: Rename image dissectors to file dissectors.Michal Labedzki4-8/+7
2014-01-29packet-smb2: fix lease epoch fieldsStefan Metzmacher1-3/+4
2014-01-29Merge "smb2: Lease Epoch is only 16 bit"Alexis La Goutte1-3/+12
2014-01-29smb2: Lease Epoch is only 16 bitVolker Lendecke1-3/+12
2014-01-29Merge "smb2: Fix a typo"Alexis La Goutte1-1/+1
2014-01-29Add newlines at end of files that are missing them.Gilbert Ramirez1-3/+0
2014-01-29smb2: Fix a typoVolker Lendecke1-1/+1
2014-01-28tree variables don't have to be initializedMartin Kaiser1-1/+1
2014-01-28Comment out a lot more hf[] entries and related.Bill Meier1-57/+16
2014-01-28Comment out unused hf[] entries and related found by checkhf.Bill Meier5-20/+54
2014-01-28Re-arrange #if 0/#endif related to an hf[] entry so that checkhf doesn't comp...Bill Meier1-2/+5
2014-01-28From Marko Hrastovec viaEvan Huus1-320/+1160
2014-01-27Fix hf[] entries with refs to range_string arraysBill Meier1-7/+7
2014-01-27Fix: value string specified as a BASE_VAL64_STRING inBill Meier1-1/+1
2014-01-27(Trivial) Fix spellling in a comment.Bill Meier1-1/+1
2014-01-27From Pavel Moravec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9612Evan Huus1-8/+20
2014-01-27Add missing cast.Evan Huus1-1/+1
2014-01-27Revert part of previous changeMartin Mathieson1-2/+1
2014-01-27Send news of SecurityModeFailure to PDCP dissector, which will attempt to rol...Martin Mathieson3-12/+70
2014-01-27Do not handle BER bitstring as ASCII string, because this will failStig Bjørlykke1-1/+1
2014-01-27Add back the fix from revision 54693.Stig Bjørlykke1-2/+5
2014-01-27Added back x509af_get_last_algorithm_id() removed in revision 54647 to Stig Bjørlykke4-11/+21
2014-01-26Fix encoding arg for RSVP dissector (with fix-encodings-args toolsAlexis La Goutte1-7/+7
2014-01-25(Trivial) update a commentBill Meier1-2/+2
2014-01-25TABs -> spacesMartin Kaiser1-672/+686
2014-01-25BASE_NONE -> STR_ASCIIMartin Kaiser1-8/+8
2014-01-25the sametime dissector stores the result of tvb_get_string() into hfMartin Kaiser1-1/+2
2014-01-24Mark a few function parameters as unused....Bill Meier1-3/+3
2014-01-24Rework and simplify the code to follow the principle of "dissect asBill Meier1-381/+258
2014-01-24Add packet-mbim.h to Makefile.commonPascal Quantin1-0/+1
2014-01-24Add ability to register new UUID and CIDsPascal Quantin2-18/+182
2014-01-24Fix dissection of 8PSK Power Capability IEPascal Quantin1-1/+2
2014-01-24Check for a zero offset in the "get status" reply *before* adding theGuy Harris2-11/+22