summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Don't test for guard-include-define (or how it's called) inside including hea...Jakub Zawadzki2-3/+1
2013-11-10exceptions.h not needed by tvbuff.h (no much progress because it's needed by ...Jakub Zawadzki3-1/+2
2013-11-10From Zoltán Lajos Kis:Anders Broman4-1280/+1285
2013-11-10Fix compilation under Linux (Ubuntu)Alexis La Goutte1-10/+10
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki7-27/+29
2013-11-10Add data parameter to dissect_function_t in vsff structure. The intention he...Michael Mann31-575/+572
2013-11-09Register openvpn over TCP and UDP under different dissector names.Michael Mann1-2/+2
2013-11-09Modify TCPENCAP heuristic to avoid triggering a 'packet size limited during c...Pascal Quantin1-0/+3
2013-11-09Fix unused and shadow variable errors.Gerald Combs3-5/+5
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann118-1736/+1841
2013-11-09include <wsutil/pint.h> only when needed.Jakub Zawadzki33-8/+41
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki36-36/+0
2013-11-09Replace STRINGIFY with glib version.Jakub Zawadzki8-19/+15
2013-11-09Remove comment (leftovers from r49444) + add missing WS_DLL_PUBLIC for adler32Jakub Zawadzki1-4/+0
2013-11-09Move adler32 from epan/ to wsutil/Jakub Zawadzki5-107/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki85-11/+89
2013-11-09Put "private" to_str.c functions to to_str-int.hJakub Zawadzki5-14/+46
2013-11-09g_snprintf() don't return -1 from glib-1.2.3 [1]Jakub Zawadzki1-9/+3
2013-11-09Replace wtap_nstime with nstime_t, remove wtap_nstime_to_sec.Jakub Zawadzki1-0/+1
2013-11-09I have added tvb_get_bits_buf() in r37217, nobody is using it, remove.Jakub Zawadzki2-97/+0
2013-11-09Remove old (5 yrs) #if 0 code (from r25028).Jakub Zawadzki1-23/+0
2013-11-09Remove #if 0 code (introduced in r29489).Jakub Zawadzki1-285/+0
2013-11-09Fix a tpyo (packet-quic.)Jörg Mayer1-1/+1
2013-11-09Rename swar_count_bits() to ws_count_ones()Jakub Zawadzki1-2/+2
2013-11-09Add QUIC (Quick UDP Internet Connections) dissectorAlexis La Goutte3-0/+384
2013-11-08Try to split ws_ctz() from hfinfo_bitshift().Jakub Zawadzki1-15/+3
2013-11-08Convert: vlan, sll, rip to NEW_PROTO_TREE_APIJakub Zawadzki3-188/+237
2013-11-08Use escape_string*() functions in ftype-string.Jakub Zawadzki1-56/+12
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-6/+6
2013-11-08From Katrina Zhang:Anders Broman2-8/+19
2013-11-08Make LDAP dissector use ASN.1 private_data instead of pinfo->private_data.Michael Mann2-109/+109
2013-11-08As the code seems to be working now for two peopleJörg Mayer1-0/+7
2013-11-08With the new HFI code the compiler complains about unused element - great!Jörg Mayer1-5/+0
2013-11-08Fix:Jörg Mayer1-1/+3
2013-11-07GCC on amd64 align header_field_info variables to 16-bytes, this cause proble...Jakub Zawadzki1-1/+1
2013-11-07From Vasil Velichkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-2/+2
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki26-28/+108
2013-11-07Add a p_add_proto_data call to dissect_ndmp to match the one inEvan Huus1-1/+6
2013-11-07Add modelines. Minor indentation fixes.Evan Huus1-5/+18
2013-11-07Fix dissection of MBIM data packets when using 32-bits NDPsPascal Quantin1-0/+9
2013-11-078-bit counter variable not big enough and causes infinite loop. Bug 9392 (ht...Michael Mann1-2/+2
2013-11-073GPP2 SMS: add support for KSC5601 (Korean) character setPascal Quantin1-0/+37
2013-11-07(re)Fix warning found by fix-encodings-arg toolAlexis La Goutte1-15/+15
2013-11-07Add Packet Editor PreferenceAlexis La Goutte2-0/+6
2013-11-07Revert r53118 as it breaks reassemble_test.Michael Mann1-5/+5
2013-11-07Got burned by forgetting to compile first...Michael Mann1-27/+27
2013-11-07Have the gsm_rlcmac_ul and gsm_rlcmac_dl use the data parameter of the dissec...Michael Mann1-36/+41
2013-11-06With the updated pidl it is now possible to generate severalJörg Mayer8-267/+266
2013-11-06Add Zoltan Lajos Kis as authorMichael Mann2-0/+2
2013-11-06Correctly report segments marked with REASSEMBLE_FLAGS_NO_FRAG_NUMBER. Bug 9...Michael Mann1-5/+5