aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Update spec link to version 2.1jmayer1-1/+1
2012-08-23Add comment where to find the specificationjmayer1-2/+7
2012-08-23Add link to version 1 specification.jmayer1-4/+9
2012-08-23Get rid of unnecessary function pointer - just directly call theguy1-4/+1
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658eapache1-128/+1916
2012-08-23From Martin Kupec via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7658eapache1-1/+1
2012-08-22Put the state of flags in the hop_flags field into the summary line.guy1-5/+12
2012-08-22Try to make Ubuntu buildbot happypascal1-3/+3
2012-08-22proto_item_append_string() doesn't work this case, so stop using it.martinm3-24/+24
2012-08-22From LorĂ¡nd Jakab via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7...pascal1-181/+916
2012-08-22Add French National parameter https://bugs.wireshark.org/bugzilla/show_bug.cg...etxrab1-0/+6
2012-08-22From Teguh via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7657eapache1-2/+2
2012-08-21Delete the ROHC from here as it is superceded by packet-rohc.cmartinm1-1672/+7
2012-08-21Call proto_item_append_string() rather than proto_item_append_text()martinm2-16/+16
2012-08-21Use tvb_get_stringz() rather than tvb_get_const_stringz(). I know thatmartinm1-5/+5
2012-08-21Use proto_item_append_string() rather than proto_item_append_text() withmartinm3-8/+11
2012-08-21Add dissection of locationInformation IE in Ericsson proprietary extensionpascal1-17/+72
2012-08-21Fix filter names for Ericsson proprietary extensionspascal1-77/+77
2012-08-21Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7648 :pascal2-12/+109
2012-08-20Remove unused hf_gsm_map_imsi_digits entry and fix filter name for hf_gsm_map...pascal1-14/+9
2012-08-20Avoid defining 2 entries with incompatible types (FT_BYTES vs FT_NONE) and sa...pascal1-1/+1
2012-08-19Enhance the http dissector to correctly reassemble httpsake1-1/+15
2012-08-19Handle double-clicks in the tree.gerald1-3/+11
2012-08-19Try to fix the buildbotetxrab1-2/+2
2012-08-19Apply the speed improvement from r44578 to 64bits variant and length determin...pascal1-33/+42
2012-08-19[Automatic manuf, services and enterprise-numbers update for 2012-08-19]gerald1-8/+148
2012-08-19highlight only the bytes that actually belong to the CATmartink1-8/+8
2012-08-19Calling g_strlcat() for every bit of a constrained integer was reallymartinm1-10/+12
2012-08-19Correct a number in a value_string.martinm1-1/+1
2012-08-19Save time by not appending byte values to the SDU item if will be hidden anyw...martinm1-11/+20
2012-08-19use session allocated memory for rtp_add_address/srtp_add_address hash tablesmmann4-66/+27
2012-08-18Move deciphering routine in a function and adapt it for unacknowledged modepascal1-229/+249
2012-08-18make hash key session scopedmmann2-39/+15
2012-08-18Convert GString to emem_strbuf_t in packet-gadu-gadu.cmmann4-5/+40
2012-08-18Mark a parameter as unused.guy2-13/+6
2012-08-18epan/dissectors/packet-ansi_map.c shouldn't be edited - it's generatedguy1-5/+4
2012-08-18epan/dissectors/packet-ansi_tcap.c shouldn't be edited - it's generatedguy1-6/+4
2012-08-18Use capture scoped memory for hash table functionalitymmann1-58/+6
2012-08-18Use capture scoped memory for hash table functionalitymmann2-4/+2
2012-08-18Fix bug 7650 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7650)mmann1-27/+51
2012-08-17Squelch a few "dereferencing type-punned pointer" warnings when compiling wit...pascal1-6/+6
2012-08-17iSCSI: DATA-IN only contain LUN and TTT iff the A-bit is setsahlberg1-2/+11
2012-08-16Cleanup:wmeier1-1558/+1618
2012-08-16Fix (minor ?) memory leak;wmeier1-534/+867
2012-08-16General cleanup of whitespace formatting.wmeier1-752/+752
2012-08-16From Stefan Metzmacher: Updates for the SMB2/3wmeier6-56/+402
2012-08-16- Don't call col...() under 'if (tree)';wmeier1-2343/+2333
2012-08-16restore tvb_ensure_bytes_exist checks. There are better ways to do this, but...mmann1-23/+31
2012-08-16Add editor modelines;wmeier1-33/+45
2012-08-16col_...() and expert...() fcns should not be under 'if (tree)';wmeier1-128/+120