summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2015-08-16[Automatic update for 2015-08-16]Gerald Combs2-5/+180
2015-08-16AMQP 1.0: Refactor to fix parsing of timestampsPetr Gotthard1-830/+497
2015-08-16make-taps.pl: Remove duplicate slash in pathnameJoão Valverde1-1/+1
2015-08-16Conversion of random proto_tree_add_text calls.Michael Mann7-163/+159
2015-08-15Fixed a comment in cleanup_dissectionStig Bjørlykke1-1/+1
2015-08-15Lua: Free true_false_string values at reloadStig Bjørlykke2-5/+12
2015-08-15Add a newline for readabilityJoão Valverde1-0/+1
2015-08-15Don't clear the tcp_analysis if a conversation is not provided to get_tcp_con...Michael Mann1-3/+10
2015-08-15udp: fix minimum jumbo lengthJoão Valverde1-2/+2
2015-08-15btatt: guard against incomplete reassemblyEvan Huus1-1/+6
2015-08-15Add IPv6 Jumbogram support (RFC 2675)João Valverde3-14/+144
2015-08-15Eliminate proto_tree_add_text from GSM dissectors.Michael Mann3-93/+154
2015-08-14Added some missing breaksStig Bjørlykke1-0/+2
2015-08-14Free all hfi->strings in free_deregister_fieldStig Bjørlykke2-29/+33
2015-08-14Free protocol in proto_free_deregistered_fieldsStig Bjørlykke1-11/+7
2015-08-14Clean up heuristic checks.Guy Harris1-24/+48
2015-08-13Get rid of trailing whitespace.Guy Harris1-1/+1
2015-08-13Update to reflect reality.Guy Harris1-13/+19
2015-08-13ixiatrailer: Change format of the protocol so that is supports future fields.Ionut Ceausu1-30/+59
2015-08-13ieee802.11: changed blurb to stop checkAPI complains.Dario Lombardo1-2/+2
2015-08-13GVCP: fix dissection of Stream Channel Packet Size registerPascal Quantin1-4/+4
2015-08-13Eliminate proto_tree_add_text from some dissectors.Michael Mann6-166/+228
2015-08-12GTP: fix indent (use 4 spaces)Alexis La Goutte1-4/+4
2015-08-12[lwres] Fix (32 bit ?) MSVC-2015 warning: "conversion from 'size_t' to 'guint...Bill Meier1-1/+1
2015-08-12[pdc] Fix a few [msvc-2015?] warnings about 'constant compared to constant'Bill Meier1-34/+47
2015-08-12[pdc] [msvc-2015] Change a variable type to prevent 32-bit MSVC-2015 "interna...Bill Meier1-1/+1
2015-08-12Add DCE-RPC and ONC-RPC service response time dialogs.Gerald Combs4-4/+17
2015-08-12Lua: Moved deregister out of wslua_cleanupStig Bjørlykke1-8/+8
2015-08-12Added guards for deregistered fieldsStig Bjørlykke1-2/+15
2015-08-12Align commentsAndersBroman1-5/+5
2015-08-12[GTP] Direct Tunnel Flags 7.7.81 is currently specified with one dataAndersBroman1-2/+4
2015-08-12Eliminate proto_tree_add_text from some dissectors.Michael Mann5-279/+452
2015-08-11Lua: Remove unneeded call in wslua_cleanupStig Bjørlykke1-1/+0
2015-08-11wmem: Fix wmem_tree_remove_stringStig Bjørlykke1-3/+1
2015-08-11H225: fix indent (use 2 spaces) and add modelines infoAlexis La Goutte2-950/+974
2015-08-11wmem: Mark removed strings with is_removedStig Bjørlykke1-2/+7
2015-08-11Added Reload Lua plugins.Stig Bjørlykke28-120/+635
2015-08-11[SMCR] Minimum 4 bytes is required to perform the heuristic check.AndersBroman1-0/+4
2015-08-11[Diameter] Add expert info to subdissection of 3GPP AVP:sAndersBroman1-1/+19
2015-08-11[ENEA LINX over TCP] Make the TCP port registration a preference defaltedAndersBroman1-3/+33
2015-08-11[GIOP] A GIOP message can have size = 0 (CloseConnection)AndersBroman1-0/+4
2015-08-11zbee-nwk-gp: fix a memory leak when keys are defined in the preferencesMartin Kaiser1-4/+19
2015-08-10zigbee: remove some more if (tree) checksMartin Kaiser1-11/+10
2015-08-10remove some unnecessary if (tree) checksMartin Kaiser1-13/+5
2015-08-10Try to fix the build bou by copying tha cast made in glib.AndersBroman1-1/+1
2015-08-10GSM (a_common): fix indent (replace tab by 8 spaces)Alexis La Goutte1-142/+142
2015-08-10g_slist_free_full () does not exist until GLIB 2.28AndersBroman1-0/+5
2015-08-10Get rid of trailing white space.Guy Harris1-1/+1
2015-08-10Don't try to decrypt the payload if it was cut short by the snapshot length.Guy Harris1-14/+32
2015-08-10Use the reported length where appropriate.Guy Harris1-11/+15