aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-04-29proto.h: fix api referenceAlexis La Goutte1-1/+4
2015-04-29to_str.h: fix api referenceAlexis La Goutte1-0/+1
2015-04-29follow.h: fix api reference warningAlexis La Goutte1-0/+1
2015-04-29Address.h : fix api reference warningAlexis La Goutte1-0/+1
2015-04-29CAPWAP: fix wrong offset length for header length hfAlexis La Goutte1-1/+1
2015-04-28epl: Add support for AMNI frameJosef Baumgartner1-1/+20
2015-04-28[GTPv2] Mark a parameter as unused.AndersBroman1-1/+1
2015-04-28[GTPv2] Add dissection of IE User CSG Information (UCI)Cathy Yang Y1-1/+69
2015-04-27Add tshark -z "ldap,srt"Michael Mann2-4/+19
2015-04-27Implement additional flags for IDR-Flags,DSR-Flags, ULR-Flags and NOR-Flags.Ray Gomez1-8/+72
2015-04-27S1AP: Add missing protocol IE declaration for E-UTRAN-Trace-IDMartin Mathieson1-45/+59
2015-04-27Fix x64 compilation warningGraham Bloice1-1/+1
2015-04-27[RANAP] Heuristics does not work with lenght detremant of 2 bytes.AndersBroman1-6/+8
2015-04-27ext_menubar: Add pointer to GUI main structureRoland Knall1-1/+8
2015-04-27SSL/TLS: Add support of TLS Fallback Signaling Cipher Suite Value (SCSV) for ...Alexis La Goutte1-1/+2
2015-04-27ISIS: Add TLV 149 support (SID/Label Binding)Matthieu Texier2-63/+419
2015-04-27CAPWAP: Add CAPWAP MAC Profile (RFC7494)Alexis La Goutte1-1/+61
2015-04-27Clean up STT pluginJesse Gross1-113/+738
2015-04-27Bluetooth: OBEX: Missing break in switch (CID 1295685)Alexis La Goutte1-0/+1
2015-04-26[Automatic update for 2015-04-26]Gerald Combs3-16/+206
2015-04-26C15ch: fix o previous prototype for function [-Wmissing-prototypes]Alexis La Goutte1-4/+9
2015-04-26C15CH: fix unused (const) variable found by ClangAlexis La Goutte1-3/+3
2015-04-25c15ch: check packet sanity before allocatingEvan Huus1-24/+23
2015-04-25Fix filtering on IP heuristic subdissectors.Jesse Gross1-2/+2
2015-04-24add register_dissector call for name batadvjorge power1-0/+2
2015-04-24Update list of errorsPeter Lemenkov1-14/+38
2015-04-24Update version stringsPeter Lemenkov1-0/+4
2015-04-24Use alloc0 to simplify further initialisationPeter Lemenkov1-3/+1
2015-04-23Use BASE_EXT_STRING for *all* value_string_exts.Guy Harris1-6/+6
2015-04-23C15ch: try to make buildbot HappyAlexis La Goutte1-5/+5
2015-04-23Use VALS_EXT_PTR to satisfy checkAPIs.Jeff Morriss1-1/+1
2015-04-23LPP: fix a typo in the protocol abbreviationPascal Quantin2-3/+3
2015-04-23Add C15 Call History Protocol dissection (C15ch) dissectorMichael Mann4-0/+12304
2015-04-23Added syntax id 0x82 for NCK data accessThomas Wiens1-0/+184
2015-04-23idl2wrs: don't use -1 for the protocol-item length.Jeff Morriss5-5/+5
2015-04-23Added decoding of BSEND/BRECV communicationThomas Wiens1-0/+53
2015-04-23Added display and filteroptions for byte- and bitaddressThomas Wiens1-1/+21
2015-04-22Added transport size double-integerThomas Wiens1-0/+2
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann22-1114/+813
2015-04-22Fix length calculation of IKEv2 REDIRECT notify with nonce dataTobias Brunner1-1/+1
2015-04-22Add VALS_EXT_PTR to decorate pointers to value_string_ext's in hfinfo.Jeff Morriss1-0/+3
2015-04-22Add special handling of the (derived) AppId AVP type so that we can maintainJeff Morriss1-5/+33
2015-04-21Allow the definition of AVPs within vendor IDs.Jeff Morriss1-9/+16
2015-04-21reassembly: address a 15-year old XXX commentEvan Huus1-2/+4
2015-04-20Don't use FT_STRINGZ for something that's not a string.Guy Harris1-1/+1
2015-04-20Have a common routine to convert FILETIME to nstime_t.Guy Harris1-37/+1
2015-04-20OpenSafety: Fix Dead Store (Dead assignement/Dead increment) warning found by...Alexis La Goutte1-4/+1
2015-04-20sv: remove #if0'd codeEvan Huus1-98/+6
2015-04-20Make offset unsigned int. anilkumar9111-1/+1
2015-04-20The previous change doesn't work; do it right.Guy Harris1-1/+18