aboutsummaryrefslogtreecommitdiffstats
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-01-16From Steve Karg:Jaap Keuter1-11/+37
2007-01-16fix registration H.225 over TLSTomas Kukosa1-6/+5
2007-01-15Dissect SMS-OriginationRestrictions.Anders Broman1-21/+63
2007-01-15two minor leaksLuis Ontanon2-1/+3
2007-01-15Update to get_persdatafile_dir() to choose a default directory on the U3 devi...Graeme Lunt1-5/+25
2007-01-15Handle the case where the same TransactionID is used for two differentAnders Broman1-62/+88
2007-01-15Dissect sms-BearerData also in responce messages if service code seen in Invoke.Anders Broman1-89/+125
2007-01-15GLib 1.2 doesn't have g_strlcpy(), so don't use it.Gerald Combs1-3/+6
2007-01-15instead of simply doing an assert when running out of memory in emem, throw a...Ulf Lamping5-3/+29
2007-01-15fix a warningUlf Lamping1-1/+1
2007-01-15SHGetFolderPath is not available on MSVC 6 without a Platform SDK, use SHGetS...Ulf Lamping1-0/+8
2007-01-14fix #301: Windows file dialog should:Ulf Lamping1-1/+1
2007-01-14on my way to fix #301:Ulf Lamping4-48/+88
2007-01-14If a OCTET STRING has zero length a zero length tvb will be returned - handle...Anders Broman1-201/+1545
2007-01-14From Graeme Lunt:Anders Broman1-2/+6
2007-01-14taking a look at it the name_str var is unnecessaryLuis Ontanon1-3/+1
2007-01-14As pointed out by Sebastien Tandel a buffer is allocated unconditionally when...Luis Ontanon1-4/+2
2007-01-14Dissect cdma2000HandoffInvokeIOSData and response dataAnders Broman1-10/+51
2007-01-13Handle the case ehere TCAP identifier isn't present.Anders Broman1-1/+1
2007-01-13- Correct Tag numbering and marking of OPTIONAL.Anders Broman1-35/+119
2007-01-13Handle zero length invokes and some asn1 fixes.Anders Broman1-103/+88
2007-01-13New protocol dissector for PKCS#12 - Personal Information Exchange Syntax.Graeme Lunt8-47/+1295
2007-01-13New "decode as ..." feature for BER-encoded files (WTAP_FILE_BER). Graeme Lunt6-8/+186
2007-01-13Remove "advertising clause" from BSD license per:Stephen Fisher1-5/+1
2007-01-12Automake variables ending with _LDFLAGS are special:Guy Harris1-1/+1
2007-01-12Dissect cdma2000HandoffInvokeIOSData.Anders Broman3-41/+137
2007-01-12Dissect CDMAServiceOption.Anders Broman1-63/+162
2007-01-12ignore ssl_desegment_app_data preference till desegmentation is implemented wellTomas Kukosa1-1/+1
2007-01-12prepare SSL dissector for similar desegmentation as is in the TCP as current ...Tomas Kukosa4-124/+134
2007-01-12do not ignore invisible tree, it can break tree creation for coloring/filteringTomas Kukosa1-8/+4
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping1-10/+1
2007-01-12Add copyright attributions and licenses. License each derived workGerald Combs14-19/+445
2007-01-12Move sha1.[ch] to epan/crypt/crypt-sha1.[ch]. Remove duplicate code.Gerald Combs12-707/+278
2007-01-11Add dissection of cdmaChannelData and only add Opcode to hastable once.Anders Broman1-53/+194
2007-01-11Fix compilation problems under Windows. In the GTK code, convert SSIDsGerald Combs5-11/+100
2007-01-11load_snmp_users_file.c needs to be rebuilt after distclean to make tarballs w...Anders Broman1-1/+1
2007-01-11warn the user if the decrypted data doesn't look like a ScopedPDU instead of ...Luis Ontanon3-37/+90
2007-01-11make SIP TCP/TLS ports configurable via preferencesTomas Kukosa1-4/+33
2007-01-11make airpcap_loader.c compileable and linkable under WindowsTomas Kukosa1-0/+4
2007-01-11Add uri_str_to_bytes(), byte_array_dup(), and byte_array_equal()Gerald Combs5-323/+514
2007-01-11- allow use of * as any-engine-idLuis Ontanon3-151/+255
2007-01-10Packet-ber:Anders Broman2-57/+74
2007-01-10append period values to the PROFINET PTCP statusUlf Lamping1-2/+76
2007-01-10Trying to get buildbot Ubuntu-5.10-x86 distcheck to build againJaap Keuter1-1/+3
2007-01-10vastly simplify the Makefile by using Makefile.common - as this is what this ...Ulf Lamping1-37/+3
2007-01-10Extending true_false_string supportJaap Keuter7-23/+153
2007-01-10move asn1.c/.h files into plugins/asn1 directory as just this plugin uses it nowTomas Kukosa5-1236/+0
2007-01-10add missing object files into epan/crypt/Makefile.nmakeTomas Kukosa1-2/+4
2007-01-10sync changes with asn/snmpLuis Ontanon2-67/+107
2007-01-10remove now useless hmac.[ch] filesLuis Ontanon3-157/+1