summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2014-07-26Refactor "common" Conversation table functionality.Michael Mann22-9/+1336
2014-07-26Allow severity levels of expert info items to be configured by the user.Michael Mann2-4/+157
2014-07-25OptoMMP DissectorJohn Miner3-0/+891
2014-07-25Empty proto_reg_handoff_* are not needed, remove some.Jakub Zawadzki10-64/+0
2014-07-25Fixing a bug in add_ff_action_public_fields(), by removing the start argument...moraney.jalil1-3/+5
2014-07-24add the flags to all FullBoxesMartin Kaiser1-5/+15
2014-07-24start dissecting the MP4 stsd boxMartin Kaiser1-0/+46
2014-07-24dissect the MP4 url boxMartin Kaiser1-0/+40
2014-07-24dissect the MP4 dref boxMartin Kaiser1-1/+44
2014-07-24dissect the MP4 hdlr boxMartin Kaiser1-0/+45
2014-07-24IMAP: fix mixed indent (use 2spaces)Alexis La Goutte1-236/+280
2014-07-24Micro-optimize tvbuff:Jakub Zawadzki1-24/+10
2014-07-24ssl: clarify meaning of StringInfo, cleanup PRFs, master_secretPeter Wu2-165/+166
2014-07-24ssl,dtls: move Finished dissection to ssl-utilsPeter Wu4-107/+59
2014-07-23MySQL: Add Client can handle expried passwords extended CapabilityAlexis La Goutte1-2/+8
2014-07-23ssl,dtls: move Session Ticket to ssl-utilsPeter Wu4-120/+72
2014-07-23Fix (-W)documentation error found by ClangAlexis La Goutte1-4/+2
2014-07-23ssl-utils: stop exporting some symbolsPeter Wu2-17/+8
2014-07-23ssl,dtls: move ClientHello to ssl-utilsPeter Wu4-365/+205
2014-07-23ssl,dtls: move ServerHello to ssl-utilsPeter Wu4-222/+99
2014-07-23Fix email address and product name in Redback dissectorFlorian Lohoff1-2/+2
2014-07-23Add dissecting of IPv6 in Redback Smartedge CapturesFlorian Lohoff1-0/+9
2014-07-23Fix decoding of PPP frames from Redback Smartedge traceFlorian Lohoff1-1/+1
2014-07-22Update MySQL Capability flagsDaniel van Eeden1-26/+36
2014-07-22better visibility for vx11Marcel Essig1-2/+18
2014-07-21[WIP] Add a conversation dialog.Gerald Combs2-11/+18
2014-07-21simplify the tree handling a bitMartin Kaiser1-11/+7
2014-07-21display unused bytes as raw bytes not as ASCII stringMartin Kaiser1-2/+2
2014-07-21Add auth plugin to server greeting infoDaniël van Eeden1-0/+13
2014-07-20start support for the Japanese language in the Qt versionMartin Kaiser1-0/+1
2014-07-20[Automatic manuf, services and enterprise-numbers update for 2014-07-20]Gerald Combs2-25/+260
2014-07-20Use forward slashes in paths to runlex.shРоман Донченко2-2/+2
2014-07-20va_list can't be NULL on ARM.Steev Klimaszewski1-7/+29
2014-07-19use proto_tree_add_item()Martin Kaiser1-218/+122
2014-07-19simplify APPEND_OUI_NAMEMartin Kaiser1-6/+2
2014-07-19remove the NULL check in APPEND_BOOLEAN_FLAGMartin Kaiser1-3/+2
2014-07-19add editor modelinesMartin Kaiser1-842/+855
2014-07-19simplify the tree handling a bitMartin Kaiser1-11/+8
2014-07-19fix bug 9100Martin Kaiser1-26/+30
2014-07-19remove some more unnecessary initializationsMartin Kaiser1-7/+7
2014-07-19no need to initialize these pointersMartin Kaiser1-6/+6
2014-07-19use gboolean for detected_dropMartin Kaiser1-3/+3
2014-07-19add H.265 stream typeMartin Kaiser1-0/+1
2014-07-19Add casts to squelch compiler warnings.Guy Harris2-3/+3
2014-07-19Revert part of 5cc2ab74af486611def7bcc14105c1a0257b41deEvan Huus1-1/+1
2014-07-19HTTP2: Update to nghttp2 lib 0.5.0Alexis La Goutte5-17/+14
2014-07-18Add some expert info to the MAC Control dissectorMichael Mann1-5/+35
2014-07-18WebSocket: increase max unmask payload size to 256K and indicate that packet ...Pascal Quantin1-3/+6
2014-07-18DNS: Add new opcode EDNS EXPIRE (9) for EDNS options (RFC7314)Alexis La Goutte1-2/+4
2014-07-18Add better assertions for comparing integers.Kevin Cox1-0/+45