aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aim.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-2/+2
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-2/+2
2005-07-24convert some uses of tvb_get_string() to ep_tvb_get_string()Ronnie Sahlberg1-4/+2
2005-07-13From Ilya Konstantinov :Anders Broman1-5/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-3/+4
2005-03-28In tvb_get_string(), throw an exception if our length is less than zero.Gerald Combs1-0/+5
2005-01-17If a given TLV type isn't found in an aim_tlv table, just use "Unknown"Guy Harris1-6/+12
2005-01-05Use "tvb_format_text()" to extract and format the buddy name string inGuy Harris1-5/+3
2004-12-25Again, some warnings removed.Ulf Lamping1-1/+1
2004-12-09Terminate value_strings with "{ 0, NULL }" instead of "{ 0, "Unknown" }".Gerald Combs1-2/+2
2004-10-23Put the name, as well as the value, of the family and subfamily fieldsGuy Harris1-1/+3
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-09-23From Jelmer Vernooij:Guy Harris1-66/+77
2004-09-22From Jelmer Vernooij:Guy Harris1-10/+109
2004-09-21From Jelmer Vernooij:Guy Harris1-60/+94
2004-09-18From Jelmer Vernooij:Guy Harris1-2/+157
2004-09-17From Jelmer Vernooij: get rid of some unused tables.Guy Harris1-28/+2
2004-09-17from Thomas Boehne: don't put code before a declaration - that's aGuy Harris1-2/+4
2004-09-17From Jelmer Vernooij:Guy Harris1-3/+75
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-08-01From Jelmer Vernooij: add support for some more TLVs and another SNAC.Guy Harris1-3/+15
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1152