aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
AgeCommit message (Expand)AuthorFilesLines
2015-02-19Rename packet-nbns.c to packet-nbt.c to reflect that it's not just NBNS.Guy Harris2-4/+3
2015-02-19[bmp] Adding dissector for BGP Monitoring ProtocolEbben Aries3-0/+833
2015-02-19openSAFETY: Merge both CT valuesRoland Knall1-9/+5
2015-02-19patch for PMIPv6 MAG GPS coordinatesOsman Sakalla1-9/+28
2015-02-19Bugfix in nbns dissector.Dario Lombardo1-3/+3
2015-02-19Add some casts to satisfy the various compilers.AndersBroman2-2/+2
2015-02-19Add some casts to satisfy the various compilers.Jeff Morriss2-4/+5
2015-02-19Add name resolution support to address type.Michael Mann11-47/+52
2015-02-19Don't put CORBA IDL dissectors in ASN1_ variables.Guy Harris2-7/+20
2015-02-19Add a dissector for Microsoft's SSTP protocol.Hofer Manuel3-4/+548
2015-02-19ssl: check for minimal SSLv3/TLS record sizePeter Wu1-0/+15
2015-02-19That's not an ASN.1 dissector (and gets warnings).Guy Harris1-1/+1
2015-02-19Move some ASN.1 dissectors to the clean list.Guy Harris1-5/+5
2015-02-18H.248: fix dissection of ServiceChangeReason for version 1Pascal Quantin1-51/+4
2015-02-18Some additional UAT update callback changes.Guy Harris2-14/+16
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris21-82/+135
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs48-678/+676
2015-02-17[zvt] dissect some more fieldsMartin Kaiser1-1/+28
2015-02-17STUN : fix indent (use 4spaces)Alexis La Goutte1-45/+45
2015-02-17802.11: fix no previous prototype for 'wlan_col_filter_str' & 'wlan_bssid_col...Alexis La Goutte1-9/+9
2015-02-17CMIP: get rid of some evil global variablesPascal Quantin1-69/+47
2015-02-17PCP: updated protocol dissection for new PDU typesRyan Doyle1-124/+278
2015-02-17Give users a more helpful error message if they enter an SSL protocol we don'tJeff Morriss1-3/+9
2015-02-17Don't send an effectively empty message (no TVBs) to the SCTP tap.Jeff Morriss1-1/+1
2015-02-17Added JSON native file support.Dario Lombardo1-11/+21
2015-02-16Whitespace fix (space before tab)Joerg Mayer1-4/+4
2015-02-16We now get that from common libwireshark code.Guy Harris1-8/+0
2015-02-16Put the 64-bit hash routines into a common file.Guy Harris3-26/+3
2015-02-16RSVD: fix compilation with GLib < 2.22.0Pascal Quantin1-0/+8
2015-02-16Fix a portability problem raised by Guy Harris. My first implementation wouldRichard Sharpe1-4/+7
2015-02-16[80211ac] Change VHT MIMO Control to use add_bitmaskAnish Bhatt1-27/+18
2015-02-16[80211ac] Add partial beamforming supportAnish Bhatt1-5/+260
2015-02-16[Diameter] Use proto_tree_add_bitmask() to add the diameter flags.AndersBroman1-16/+14
2015-02-16Make get_manuf_name return a const string.Michael Mann1-2/+2
2015-02-16[STUN] Avoid fetching stuff twice from the tvb.Anders1-33/+55
2015-02-16Complete the RSVD Dissector further by handling SCSI requests.Richard Sharpe1-23/+243
2015-02-16Suppress more pedantic warnings.Gerald Combs1-0/+29
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris2-14/+85
2015-02-15Only call tvb_get_ptr() once to set src and dst addresses-Anders1-4/+4
2015-02-15IS-IS (LSP): Fix Dead Store (Dead assignement/Dead increment) warning found b...Alexis La Goutte1-3/+3
2015-02-14MIP6: Local Mobility Anchor Address mobility option code is treated incorrectlyAlexis La Goutte1-4/+5
2015-02-14MIP6: AUTH mobility option parses Mobility SPI and Authentication Data incorr...Alexis La Goutte1-1/+1
2015-02-14Don't check for C89 headers.Guy Harris2-8/+3
2015-02-14We use GLib's directory-reading routines, so we don't need <dire[cn]t.h>.Guy Harris1-4/+0
2015-02-13Replace tabs by spaces when editor modelines has "expandtab"Bill Meier17-3840/+3840
2015-02-13A dissector for the RSVD Protocol (see [MS-RSVD].pdf).Richard Sharpe3-0/+653
2015-02-13Register the Mongo dissector by name so it can be used with TLS.Jeff Morriss1-0/+6
2015-02-13Micro optimization, only do tvb_get_ptr() once for dst and srcAndersBroman1-9/+9
2015-02-12Fix crash at startup in SSE4.2 code when running a 32 bits Windows buildPascal Quantin5-15/+15
2015-02-12BT ATT: memory given to add_new_data_source() must be allocated in pinfo scopePascal Quantin1-1/+1