summaryrefslogtreecommitdiff
path: root/epan
AgeCommit message (Expand)AuthorFilesLines
2007-04-08hrm, we even need dissectors.libRichard van der Hoff1-0/+1
2007-04-08another go at making reassemble_test build: give it lots more librariesRichard van der Hoff1-2/+16
2007-04-07link reassemble_test against the right libraryRichard van der Hoff1-2/+2
2007-04-06Add a registration symbol cache to make-dissector-reg.py. When youGerald Combs2-1/+4
2007-04-06Remove build detritusGraham Bloice1-1/+1
2007-04-06export some desegmentation functions from TCP dissector to reuse them in SSL/...Tomas Kukosa2-19/+20
2007-04-06update of dissector to reflect wire format changesRonnie Sahlberg1-22/+73
2007-04-06initial CTDB dissectorRonnie Sahlberg2-0/+278
2007-04-05Fix for bug 1523. Offset handling was off in DialedNumberMessage presentation.Jaap Keuter1-2/+2
2007-04-05Fix a typo.Gerald Combs1-1/+1
2007-04-05Implement proposed fix for Bug 1125Luis Ontanon1-14/+85
2007-04-05In epan/dissectors/Makefile.nmake, fix a typo.Gerald Combs1-3/+3
2007-04-04Megaco improvements:Luis Ontanon1-4/+45
2007-04-04Fix a warningStephen Fisher1-4/+5
2007-04-04Fix build failures due to windows.h being included before winsock2.h via othe...Graham Bloice1-5/+5
2007-04-04Add wtap_nstime_to_sec.Anders Broman1-0/+1
2007-04-03Make sure that when a windows exception is thrown ENDTRY gets evaluated.Luis Ontanon1-4/+17
2007-04-03From metatech :Sebastien Tandel2-0/+880
2007-04-03Fix warnings on Linux/gcc 4.1.1Stephen Fisher3-10/+24
2007-04-03xFi a YtpoLuis Ontanon1-4/+6
2007-04-03Creation of ALL_DISSECTORS_SRC including all dissectors sourcesSebastien Tandel3-11/+12
2007-04-03delete packet-drda.cSebastien Tandel1-1/+3
2007-04-03fix an 'unused parameter' warningRichard van der Hoff1-1/+1
2007-04-03epan/dissectors/Makefile is now building four libraries :Sebastien Tandel4-105/+135
2007-04-03minor changes in constants namesSebastien Tandel1-8/+8
2007-04-03Implement a proposal from Elefterios Gabriel for SCCP:Luis Ontanon11-39/+306
2007-04-03disable generation of unput to avoid a compiler warning.Richard van der Hoff1-0/+6
2007-04-03Set $(LINK). I swear I'll get there in a minute with this.Richard van der Hoff1-0/+2
2007-04-03hmm, apparently $^ doesn't work for nmakeRichard van der Hoff1-3/+3
2007-04-03mpa_* stubs to make this link properlyRichard van der Hoff1-0/+10
2007-04-03rules for making the unit testsRichard van der Hoff1-2/+23
2007-04-03hopefully, fix reassemble_test by linking against libgcryptRichard van der Hoff1-1/+1
2007-04-03Fix bug 1508:Jeff Morriss1-2/+4
2007-04-03From me: make tvbtest return an exitcode appropriate to its successRichard van der Hoff1-1/+15
2007-04-03From me:Richard van der Hoff1-3/+10
2007-04-03From me:Richard van der Hoff1-6/+7
2007-04-03From Mike Duigou:Richard van der Hoff1-7/+7
2007-04-02From Donald White:Stephen Fisher1-0/+392
2007-04-02Add decoding of TFO Codec and Codec ListLuis Ontanon1-4/+57
2007-04-02- Use proto_tree_add_item instead of proto_tree_add_(u)intJörg Mayer1-38/+31
2007-04-02Make RX a new style dissector: return 0 if there isn't at least 28 bytes of m...Jeff Morriss1-2/+12
2007-04-02Add commentsAnders Broman1-7/+139
2007-04-01First step of TCP dissector refactoring.Sebastien Tandel1-130/+322
2007-04-01Have the prototypes of uat_esc and uat_unesc available to packet-snmp.cLuis Ontanon2-4/+5
2007-04-01From Sake Blok : Sebastien Tandel1-1/+20
2007-04-01Fix management of lstrings in uat code so that arbitrary chars (even '\0's) c...Luis Ontanon4-141/+161
2007-03-31Common dissection of GOB.Anders Broman1-46/+201
2007-03-31Add Licence and TO DO listLuis Ontanon1-1/+28
2007-03-31Properly NULL terminate string (str[0]='\0';)Anders Broman1-42/+72
2007-03-30Fix more warningsStephen Fisher5-6/+7